]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-17823] gatherkeys: add missing argument to log call 424/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 8 Nov 2016 16:36:59 +0000 (11:36 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 8 Nov 2016 16:36:59 +0000 (11:36 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph_deploy/gatherkeys.py

index 9e6ca730193d1a222a7d9338db468c030000dc94..a5ff9c1670a17fb9440313acde9a37f2cdaffade 100644 (file)
@@ -210,7 +210,7 @@ def gatherkeys_with_mon(args, host, dest_dir):
     for keytype in ["admin", "mds", "osd", "rgw"]:
         if not gatherkeys_missing(args, distro, rlogger, path_keytype_mon, keytype, dest_dir):
             # We will return failure if we fail to gather any key
-            rlogger.error("Failed to return '%s' key from host ", keytype, host)
+            rlogger.error("Failed to return '%s' key from host %s", keytype, host)
             return False
     return True