From: Casey Bodley Date: Fri, 12 Feb 2021 16:32:09 +0000 (-0500) Subject: rgw: remove duplicated ldout in rgw_notify.cc X-Git-Tag: v17.1.0~2991^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39450%2Fhead;p=ceph.git rgw: remove duplicated ldout in rgw_notify.cc Signed-off-by: Casey Bodley --- diff --git a/src/rgw/rgw_notify.cc b/src/rgw/rgw_notify.cc index 7e9c05391c4e7..c21c986f011d5 100644 --- a/src/rgw/rgw_notify.cc +++ b/src/rgw/rgw_notify.cc @@ -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;