From 2a9063910e6281f801c3e84f9aacc0589adad812 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Thu, 11 Feb 2010 11:49:48 +1100 Subject: [PATCH] Reduce the log level for two debug messages DEBUG(DEBUG_DEBUG,("pnn %u dmaster response %08x\n", ctdb->pnn, ctdb_has DEBUG(DEBUG_DEBUG,("pnn %u dmaster request on %08x for %u from %u\n", --- server/ctdb_call.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/ctdb_call.c b/server/ctdb_call.c index 82c1304e..3b1b786c 100644 --- a/server/ctdb_call.c +++ b/server/ctdb_call.c @@ -246,7 +246,7 @@ static void ctdb_become_dmaster(struct ctdb_db_context *ctdb_db, struct ctdb_context *ctdb = ctdb_db->ctdb; struct ctdb_ltdb_header header; - DEBUG(DEBUG_INFO,("pnn %u dmaster response %08x\n", ctdb->pnn, ctdb_hash(&key))); + DEBUG(DEBUG_DEBUG,("pnn %u dmaster response %08x\n", ctdb->pnn, ctdb_hash(&key))); ZERO_STRUCT(header); header.rsn = rsn + 1; @@ -332,7 +332,7 @@ void ctdb_request_dmaster(struct ctdb_context *ctdb, struct ctdb_req_header *hdr ctdb_fatal(ctdb, "ctdb_req_dmaster to non-lmaster"); } - DEBUG(DEBUG_INFO,("pnn %u dmaster request on %08x for %u from %u\n", + DEBUG(DEBUG_DEBUG,("pnn %u dmaster request on %08x for %u from %u\n", ctdb->pnn, ctdb_hash(&key), c->dmaster, c->hdr.srcnode)); /* its a protocol error if the sending node is not the current dmaster */ -- 2.34.1