From: Xiubo Li Date: Mon, 24 Feb 2020 04:40:31 +0000 (-0500) Subject: mount: fix the debug log when keyring getting secret failed X-Git-Tag: v15.1.1~258^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8af6073f109dc192bf3e12bcf04614e933848690;p=ceph-ci.git mount: fix the debug log when keyring getting secret failed Getting one strang debug log: Could not discover monitor addresseskeyring.get_secret failed Signed-off-by: Xiubo Li --- diff --git a/src/mount/conf.cc b/src/mount/conf.cc index 228f53e7218..014cc821c00 100644 --- a/src/mount/conf.cc +++ b/src/mount/conf.cc @@ -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());