We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b12061f + db1dade commit a966e76Copy full SHA for a966e76
1 file changed
simulaqron/SimulaQron.py
@@ -136,6 +136,7 @@ def start(name, nrnodes, nodes, topology, force, keep):
136
pidfile = os.path.join(PID_FOLDER, "simulaqron_network_{}.pid".format(name))
137
if os.path.exists(pidfile):
138
logging.warning("Network with name {} is already running".format(name))
139
+ logging.warning("The pidfile for this network is located at {}".format(pidfile))
140
return
141
if new:
142
if not force:
0 commit comments