agent: Join monkey cmdline for log

Co-authored-by: Mike Salvatore <mike.s.salvatore@gmail.com>
This commit is contained in:
ilija-lazoroski 2021-06-22 17:09:09 +02:00 committed by Ilija Lazoroski
parent feaa7ee867
commit b65b26e856
1 changed files with 1 additions and 1 deletions

View File

@ -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__)