From 726972adbdf9fff103ae22eaf4e186d25a837a15 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 20 Jun 2021 12:20:58 -0400 Subject: [PATCH] mon/LogMonitor: remove stray derr Signed-off-by: Sage Weil --- src/mon/LogMonitor.cc | 1 - 1 file changed, 1 deletion(-) 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)) { -- 2.47.3