]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PG: print a space after __func__ in log message
authorKefu Chai <kchai@redhat.com>
Mon, 22 Jan 2018 05:02:40 +0000 (13:02 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 22 Jan 2018 05:09:47 +0000 (13:09 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/PG.cc

index e959b6f5b1dc5103bf889ceff2bb1ac246da7b10..1ac80a837651199f9cf13fc896f380cc41daf8e3 100644 (file)
@@ -6184,7 +6184,7 @@ void PG::update_store_with_options()
 {
   auto r = osd->store->set_collection_opts(coll, pool.info.opts);
   if(r < 0 && r != -EOPNOTSUPP) {
-    derr << __func__ << "set_collection_opts returns error:" << r << dendl;
+    derr << __func__ << " set_collection_opts returns error:" << r << dendl;
   }
 }