From: Kefu Chai Date: Mon, 22 Jan 2018 05:02:40 +0000 (+0800) Subject: osd/PG: print a space after __func__ in log message X-Git-Tag: v13.0.2~464^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e7bdf589db2010ea82aa33d60e9c54c14c7a78f0;p=ceph.git osd/PG: print a space after __func__ in log message Signed-off-by: Kefu Chai --- diff --git a/src/osd/PG.cc b/src/osd/PG.cc index e959b6f5b1dc..1ac80a837651 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -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; } }