Skip to content

Commit

Permalink
printf bug
Browse files Browse the repository at this point in the history
  • Loading branch information
varlogtim committed Mar 19, 2024
1 parent ff0b08a commit d292acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu_idle_timeout/gpu_idle_timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def watch_process(self, exec_command_and_args: list[str]) -> int:
for num, layer in enumerate(proc_layers):
for proc in layer:
cmdline = " ".join(proc.cmdline())
logging.info(f"signal children: layer {num}: pid {proc.pid}: 'cmdline'")
logging.info(f"signal children: layer {num}: pid {proc.pid}: '{cmdline}'")

# ~ reverse layer order BFS signal the children
logging.info("signal children: signalling started")
Expand Down

0 comments on commit d292acb

Please sign in to comment.