Commit 8cdee0dc authored by Grégory Wisniewski's avatar Grégory Wisniewski

Change the log level for those messages.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@996 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent ac75e391
......@@ -145,13 +145,13 @@ class MasterEventHandler(EventHandler):
EventHandler.dispatch(self, conn, packet)
def handleAnswerNodeInformation(self, conn, packet, node_list):
logging.info("handleAnswerNodeInformation")
logging.debug("handleAnswerNodeInformation")
def handleAnswerPartitionTable(self, conn, packet, ptid, row_list):
logging.info("handleAnswerPartitionTable")
logging.debug("handleAnswerPartitionTable")
def handleNotifyClusterInformation(self, con, packet, cluster_state):
logging.info("handleNotifyClusterInformation")
logging.debug("handleNotifyClusterInformation")
class MasterBaseEventHandler(EventHandler):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment