forked from p15670423/monkey
agent: Join monkey cmdline for log
Co-authored-by: Mike Salvatore <mike.s.salvatore@gmail.com>
This commit is contained in:
parent
feaa7ee867
commit
b65b26e856
|
@ -63,7 +63,7 @@ class WindowsUpgrader(object):
|
||||||
LOG.info(
|
LOG.info(
|
||||||
"Executed 64bit monkey process (PID=%d) with command line: %s",
|
"Executed 64bit monkey process (PID=%d) with command line: %s",
|
||||||
monkey_process.pid,
|
monkey_process.pid,
|
||||||
"".join(monkey_cmdline),
|
" ".join(monkey_cmdline),
|
||||||
)
|
)
|
||||||
|
|
||||||
time.sleep(WindowsUpgrader.__UPGRADE_WAIT_TIME__)
|
time.sleep(WindowsUpgrader.__UPGRADE_WAIT_TIME__)
|
||||||
|
|
Loading…
Reference in New Issue