]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
lower loglevel for successfull mon hunting
authorChristian Brunner <chb@muc.de>
Wed, 14 Jul 2010 13:43:38 +0000 (15:43 +0200)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 16 Jul 2010 18:38:19 +0000 (11:38 -0700)
I'm receving log output on every rados_initialize (... found mon0).
Since this makes the qemu-iotests fail, I'd suggest to lower the loglevel.

Christian

src/mon/MonClient.cc

index c5e5e6b09a7290ab8c1e86213f3ad6dc8e38ebfb..7d7e68da1467d96b9922dd68cda6190e71fa2d4b 100644 (file)
@@ -429,7 +429,7 @@ bool MonClient::ms_handle_reset(Connection *con)
 void MonClient::_finish_hunting()
 {
   if (hunting) {
-    dout(0) << "found mon" << cur_mon << dendl; 
+    dout(5) << "found mon" << cur_mon << dendl;
     hunting = false;
   }
 }