Skip to content

Commit 8f0717f

Browse files
committed
chore: add logging
1 parent 24449d6 commit 8f0717f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netsim/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def parse_node_params(node, prefix, node_params, runner_id):
6262

6363
def terminate_processes(p_box):
6464
for p in p_box:
65+
info("Terminating process:", p.pid, p.args)
6566
p.terminate()
6667

6768

0 commit comments

Comments
 (0)