From bee69c8802eb325e998da8f35263187aa5ec90a9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 16 Jul 2010 14:03:30 -0700 Subject: [PATCH] monc: be quiet about 'continuing hunt' too --- src/config.cc | 2 +- src/mon/MonClient.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.cc b/src/config.cc index 3ca0ddd8478cb..eaccf661c0634 100644 --- a/src/config.cc +++ b/src/config.cc @@ -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), diff --git a/src/mon/MonClient.cc b/src/mon/MonClient.cc index 7d7e68da1467d..8ba8b0bb311b6 100644 --- a/src/mon/MonClient.cc +++ b/src/mon/MonClient.cc @@ -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; } } -- 2.39.5