Signed-off-by: Helga Velroyen <[email protected]>
---
 lib/backend.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/backend.py b/lib/backend.py
index 41f8a37..b546c93 100644
--- a/lib/backend.py
+++ b/lib/backend.py
@@ -1573,7 +1573,7 @@ def AddNodeSshKey(node_uuid, node_name,
       logging.debug("Skipping offline node '%s'.", node)
       continue
     if node in potential_master_candidates:
-      logging.debug("Updating SSH key files of node '%s'.")
+      logging.debug("Updating SSH key files of node '%s'.", node)
       for i in range(constants.SSHS_MAX_RETRIES):
         try:
           run_cmd_fn(cluster_name, node, pathutils.SSH_UPDATE,
-- 
2.2.0.rc0.207.ga3a616c

Reply via email to