From: Casey Bodley Date: Tue, 6 Jun 2017 20:04:18 +0000 (-0400) Subject: rgw: remove debug log statements in RGWMetaSyncShardCR X-Git-Tag: v12.1.0~98^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15524%2Fhead;p=ceph.git rgw: remove debug log statements in RGWMetaSyncShardCR Signed-off-by: Casey Bodley --- diff --git a/src/rgw/rgw_sync.cc b/src/rgw/rgw_sync.cc index b931a094d5a1..86833b881229 100644 --- a/src/rgw/rgw_sync.cc +++ b/src/rgw/rgw_sync.cc @@ -1509,12 +1509,10 @@ public: collect_children(); } while ((int)entries.size() == max_entries && can_adjust_marker); -ldout(cct, 0) << __FILE__ << ":" << __LINE__ << ":" << *this << ": num_spawned()=" << num_spawned() << dendl; while (num_spawned() > 1) { yield wait_for_child(); collect_children(); } -ldout(cct, 0) << __FILE__ << ":" << __LINE__ << ":" << *this << ": num_spawned()=" << num_spawned() << dendl; if (!lost_lock) { /* update marker to reflect we're done with full sync */