rgw: clear warning

This commit is contained in:
Yehuda Sadeh 2011-08-24 13:17:20 -07:00
parent 1a0027413b
commit 76718b0854

View File

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