]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
WorkQueue: don't be chatty about finishing workers
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Tue, 23 Aug 2011 18:13:03 +0000 (11:13 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Wed, 24 Aug 2011 01:12:26 +0000 (18:12 -0700)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/common/WorkQueue.cc

index 0e230f1aee2edbcc7c498ee93c9b2eb8e91ef34d..0a24b5aff9745ea44b9ac634aef8ae55a2547065 100644 (file)
@@ -70,7 +70,7 @@ void ThreadPool::worker()
     cct->get_heartbeat_map()->reset_timeout(hb, 4);
     _cond.WaitInterval(cct, _lock, utime_t(2, 0));
   }
-  ldout(cct,0) << "worker finish" << dendl;
+  ldout(cct,1) << "worker finish" << dendl;
 
   cct->get_heartbeat_map()->remove_worker(hb);