From: Sage Weil Date: Sun, 20 Jun 2021 16:20:58 +0000 (-0400) Subject: mon/LogMonitor: remove stray derr X-Git-Tag: v17.1.0~1423^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=726972adbdf9fff103ae22eaf4e186d25a837a15;p=ceph.git mon/LogMonitor: remove stray derr Signed-off-by: Sage Weil --- diff --git a/src/mon/LogMonitor.cc b/src/mon/LogMonitor.cc index 9f44cecd8377..2bb8d9739b24 100644 --- a/src/mon/LogMonitor.cc +++ b/src/mon/LogMonitor.cc @@ -618,7 +618,6 @@ bool LogMonitor::preprocess_command(MonOpRequestRef op) if (channel == "*") { list full_tail; summary.build_ordered_tail(&full_tail); - derr << "full " << full_tail << dendl; auto rp = full_tail.rbegin(); for (; num > 0 && rp != full_tail.rend(); ++rp) { if (match(*rp)) {