Jun 25 08:26:55 corosync [CPG   ] got joinlist message from node
343582912

convert to DEBUG level


Index: services/cpg.c
===================================================================
--- services/cpg.c	(revision 2293)
+++ services/cpg.c	(working copy)
@@ -792,7 +792,7 @@
 	const coroipc_response_header_t *res = (const coroipc_response_header_t *)message;
 	const struct join_list_entry *jle = (const struct join_list_entry *)(message + sizeof(coroipc_response_header_t));
 
-	log_printf(LOGSYS_LEVEL_NOTICE, "got joinlist message from node %d\n",
+	log_printf(LOGSYS_LEVEL_DEBUG, "got joinlist message from node %x\n",
 		nodeid);
 
 	/* Ignore our own messages */
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to