From eb1738703d967151cad4104d9b6bad6e34890774 Mon Sep 17 00:00:00 2001 From: Christian Brunner Date: Wed, 14 Jul 2010 15:43:38 +0200 Subject: [PATCH] lower loglevel for successfull mon hunting 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/MonClient.cc b/src/mon/MonClient.cc index c5e5e6b09a729..7d7e68da1467d 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(0) << "found mon" << cur_mon << dendl; + dout(5) << "found mon" << cur_mon << dendl; hunting = false; } } -- 2.39.5