Skip to content

Commit a966e76

Browse files
author
Axel Dahlberg
authored
Merge pull request #243 from johanvos/242-pidinfo
[242] show info about pidfile when network is considered running
2 parents b12061f + db1dade commit a966e76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

simulaqron/SimulaQron.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def start(name, nrnodes, nodes, topology, force, keep):
136136
pidfile = os.path.join(PID_FOLDER, "simulaqron_network_{}.pid".format(name))
137137
if os.path.exists(pidfile):
138138
logging.warning("Network with name {} is already running".format(name))
139+
logging.warning("The pidfile for this network is located at {}".format(pidfile))
139140
return
140141
if new:
141142
if not force:

0 commit comments

Comments
 (0)