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 3b17306..8ec22d9 100644
--- a/lib/backend.py
+++ b/lib/backend.py
@@ -1523,7 +1523,7 @@ def AddNodeSshKey(node_uuid, node_name,
   # number of retries for SSH connections
   max_retries = 3
 
-  # Update the target node itself
+  logging.debug("Updating SSH key files of target node '%s'.", node_name)
   if get_public_keys:
     node_data = {}
     _InitSshUpdateData(node_data, noded_cert_file, ssconf_store)
-- 
2.2.0.rc0.207.ga3a616c

Reply via email to