osd/PG: print a space after __func__ in log message

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2018-01-22 13:02:40 +08:00
parent bfd84c9004
commit e7bdf589db

View 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;
}
}