]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mount: fix the debug log when keyring getting secret failed 33499/head
authorXiubo Li <xiubli@redhat.com>
Mon, 24 Feb 2020 04:40:31 +0000 (23:40 -0500)
committerXiubo Li <xiubli@redhat.com>
Mon, 24 Feb 2020 04:43:29 +0000 (23:43 -0500)
Getting one strang debug log:
Could not discover monitor addresseskeyring.get_secret failed

Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/mount/conf.cc

index 228f53e72187fcd6f1d8a2cbaf360b88d74d45eb..014cc821c00d3991a9ab1ea52a2857353b619457 100644 (file)
@@ -71,7 +71,7 @@ extern "C" void mount_ceph_get_config_info(const char *config_file,
   if (monaddrs.length())
     strcpy(cci->cci_mons, monaddrs.c_str());
   else
-    mount_ceph_debug("Could not discover monitor addresses");
+    mount_ceph_debug("Could not discover monitor addresses\n");
 
 scrape_keyring:
   err = keyring.from_ceph_context(cct.get());