]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PG: print a space after __func__ in log message 20106/head
authorKefu Chai <kchai@redhat.com>
Mon, 22 Jan 2018 05:02:40 +0000 (13:02 +0800)
committerNathan Cutler <ncutler@suse.com>
Wed, 24 Jan 2018 19:55:15 +0000 (20:55 +0100)
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit e7bdf589db2010ea82aa33d60e9c54c14c7a78f0)

src/osd/PG.cc

index c4c0ef7c561cf625bb6f2e42ad6deb34981a3671..0e9e672e57860aa4f89668897269360125c85d21 100644 (file)
@@ -5966,7 +5966,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;
   }
 }