* [PATCH] lower loglevel for successfull mon hunting
@ 2010-07-14 13:43 Christian Brunner
0 siblings, 0 replies; only message in thread
From: Christian Brunner @ 2010-07-14 13:43 UTC (permalink / raw)
To: ceph-devel
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 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mon/MonClient.cc b/src/mon/MonClient.cc
index b5192b2..b405ec6 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;
}
}
--
1.6.5.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-14 13:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-14 13:43 [PATCH] lower loglevel for successfull mon hunting Christian Brunner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.