We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65de5d commit 2ced867Copy full SHA for 2ced867
systemvm/debian/opt/cloud/bin/cs/CsRedundant.py
@@ -225,7 +225,7 @@ def set_lock(self):
225
except socket.error as e:
226
error_code = e.args[0]
227
error_string = e.args[1]
228
- print("Process already running (%d:%s). Exiting" % (error_code, error_string))
+ print(f"Process already running ({error_code}:{error_string}). Exiting")
229
logging.info("Master is already running, waiting")
230
sleep(time_between)
231
0 commit comments