]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mon/LogMonitor: remove stray derr
authorSage Weil <sage@newdream.net>
Sun, 20 Jun 2021 16:20:58 +0000 (12:20 -0400)
committerSage Weil <sage@newdream.net>
Sun, 20 Jun 2021 16:20:58 +0000 (12:20 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
src/mon/LogMonitor.cc

index 9f44cecd8377f54da8580ce750d49e9e6a42950d..2bb8d9739b24e040ef795c5894c6ad4a0297d140 100644 (file)
@@ -618,7 +618,6 @@ bool LogMonitor::preprocess_command(MonOpRequestRef op)
     if (channel == "*") {
       list<LogEntry> 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)) {