ceph-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).