]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
monc: be quiet about 'continuing hunt' too
authorSage Weil <sage@newdream.net>
Fri, 16 Jul 2010 21:03:30 +0000 (14:03 -0700)
committerSage Weil <sage@newdream.net>
Fri, 16 Jul 2010 21:03:47 +0000 (14:03 -0700)
src/config.cc
src/mon/MonClient.cc

index 3ca0ddd8478cb60e9f2abea9f3122975ac5c5d38..eaccf661c0634abdee4ade3a3b3923f39c0cf7ae 100644 (file)
@@ -298,7 +298,7 @@ static struct config_option config_optionsp[] = {
        OPTION(debug_ns, 0, OPT_INT, 0),
        OPTION(debug_ms, 0, OPT_INT, 0),
        OPTION(debug_mon, 0, OPT_INT, 1),
-       OPTION(debug_monc, 0, OPT_INT, 1),
+       OPTION(debug_monc, 0, OPT_INT, 0),
        OPTION(debug_paxos, 0, OPT_INT, 0),
        OPTION(debug_tp, 0, OPT_INT, 0),
        OPTION(debug_auth, 0, OPT_INT, 1),
index 7d7e68da1467d96b9922dd68cda6190e71fa2d4b..8ba8b0bb311b6d85928f0d522eec68d8ef18f5f7 100644 (file)
@@ -429,7 +429,7 @@ bool MonClient::ms_handle_reset(Connection *con)
 void MonClient::_finish_hunting()
 {
   if (hunting) {
-    dout(5) << "found mon" << cur_mon << dendl;
+    dout(1) << "found mon" << cur_mon << dendl;
     hunting = false;
   }
 }