mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
osd/PG: print a space after __func__ in log message
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
bfd84c9004
commit
e7bdf589db
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user