From 4ed67996a36447e215a3ea53674f5f08801e8460 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 11 Sep 2018 16:25:41 -0500 Subject: [PATCH] osd: remove stray derr This was debug output that crept into the final commit. Signed-off-by: Sage Weil --- src/osd/OSD.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 54036aa31ea07..57f6d9fa06312 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -360,8 +360,6 @@ void OSDService::identify_splits_and_merges( q != p->second.end() && q->first <= new_map->get_epoch(); ++q) { - derr << __func__ << " q " << q->first - << " pgnum " << pgnum << " -> " << q->second << dendl; if (pgnum < q->second) { // split? if (cur.ps() < pgnum) { -- 2.39.5