mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
rgw: remove duplicated ldout in rgw_notify.cc
Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
parent
27a6c46f8a
commit
f489f77dc7
@ -443,7 +443,6 @@ class Manager : public DoutPrefixProvider {
|
||||
std::lock_guard lock_guard(queue_gc_lock);
|
||||
queue_gc.push_back(queue_name);
|
||||
ldpp_dout(this, 10) << "INFO: queue: " << queue_name << " marked for removal" << dendl;
|
||||
ldout(cct, 10) << "INFO: queue: " << queue_name << " marked for removal" << dendl;
|
||||
}, make_stack_allocator());
|
||||
} else {
|
||||
ldpp_dout(this, 20) << "INFO: queue: " << queue_name << " ownership (lock) renewed" << dendl;
|
||||
|
Loading…
Reference in New Issue
Block a user