]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove debug log statements in RGWMetaSyncShardCR 15524/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 6 Jun 2017 20:04:18 +0000 (16:04 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 16 Jun 2017 17:25:10 +0000 (13:25 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_sync.cc

index b931a094d5a1f8bc6fc0ec339b6f963d777a0b21..86833b8812298b0ba7ea9eb0e557028561547980 100644 (file)
@@ -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 */