From e7bdf589db2010ea82aa33d60e9c54c14c7a78f0 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 22 Jan 2018 13:02:40 +0800 Subject: [PATCH] osd/PG: print a space after __func__ in log message Signed-off-by: Kefu Chai --- src/osd/PG.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index e959b6f5b1d..1ac80a83765 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; } }