We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24449d6 commit 8f0717fCopy full SHA for 8f0717f
netsim/main.py
@@ -62,6 +62,7 @@ def parse_node_params(node, prefix, node_params, runner_id):
62
63
def terminate_processes(p_box):
64
for p in p_box:
65
+ info("Terminating process:", p.pid, p.args)
66
p.terminate()
67
68
0 commit comments