Commit 19bd6652 authored by ibuler's avatar ibuler

修改bug

parent 0d48884e
......@@ -122,7 +122,7 @@ def posix_shell(chan, username, host):
except IOError:
alert_print('Create logfile failed, Please modify %s permission.' % today_connect_log_dir)
log = Log(user=user, asset=asset, log_path=log_file_path, start_time=timestamp_now, pid=pid)
log = Log(user=user, asset=asset, log_path=log_file_path, start_time=timestamp_start, pid=pid)
log.save()
old_tty = termios.tcgetattr(sys.stdin)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment