mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
Merge pull request #13399 from vumrao/wip-vumrao-18919
rgw: change loglevel to 20 for 'System already converted' message Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
606aa6567e
@ -3462,7 +3462,7 @@ int RGWRados::replace_region_with_zonegroup()
|
||||
<< dendl;
|
||||
return ret;
|
||||
} else if (ret != -ENOENT) {
|
||||
ldout(cct, 0) << "System already converted " << dendl;
|
||||
ldout(cct, 20) << "System already converted " << dendl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user