From: Sage Weil Date: Tue, 11 Sep 2018 21:25:41 +0000 (-0500) Subject: osd: remove stray derr X-Git-Tag: v14.0.1~314^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24042%2Fhead;p=ceph.git osd: remove stray derr This was debug output that crept into the final commit. Signed-off-by: Sage Weil --- 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) {