diff --git a/lib/cmdlib.py b/lib/cmdlib.py index a8db4716a650d81ea03a417eb0d14923d9213a6d..3d61d9d03097df0196719d73d04965160a72ef45 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -624,7 +624,7 @@ class LUVerifyCluster(NoHooksLU): # compares ganeti version local_version = constants.PROTOCOL_VERSION if not remote_version: - feedback_fn(" - ERROR: connection to %s failed" % (node)) + feedback_fn(" - ERROR: connection to %s failed" % (node)) return True if local_version != remote_version: