mirror of https://github.com/openXC7/prjxray.git
Put memory on own line.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
a37b64fdfd
commit
85c87eb648
|
|
@ -478,7 +478,7 @@ def run_fuzzer(fuzzer_name, fuzzer_dir, fuzzer_logdir, logger, will_retry):
|
|||
if retcode is not None:
|
||||
break
|
||||
log(
|
||||
"Still running (1m:{:0.2f}%, 5m:{:0.2f}%, 15m:{:0.2f}%). {}\n{}",
|
||||
"Still running (1m:{:0.2f}%, 5m:{:0.2f}%, 15m:{:0.2f}%).\n{}\n{}",
|
||||
*get_load(),
|
||||
get_memory(),
|
||||
PsTree.get(p.pid),
|
||||
|
|
|
|||
Loading…
Reference in New Issue