mirror of
https://github.com/ceph/ceph
synced 2024-12-15 16:07:00 +00:00
rgw: clear warning
This commit is contained in:
parent
1a0027413b
commit
76718b0854
@ -520,6 +520,9 @@ void RGWDeleteBucket::execute()
|
||||
rgw_obj obj(s->bucket, oid);
|
||||
RGWIntentEvent intent = DEL_POOL;
|
||||
int r = rgw_log_intent(s, obj, intent);
|
||||
if (r < 0) {
|
||||
RGW_LOG(0) << "WARNING: failed to log intent for bucket removal bucket=" << s->bucket << dendl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user