A debug message was set to notice years ago and has never been changed.
This patch addresses the output.

Regards
-steve

Index: exec/clm.c
===================================================================
--- exec/clm.c	(revision 1676)
+++ exec/clm.c	(working copy)
@@ -715,7 +715,7 @@
 	int valid = 0;
 	int i;
 
-	log_printf (LOG_LEVEL_NOTICE, "nodeget: trying to find node %x\n",
+	log_printf (LOG_LEVEL_DEBUG, "nodeget: trying to find node %x\n",
 		(int)req_lib_clm_nodeget->node_id);
 
 	if (req_lib_clm_nodeget->node_id == SA_CLM_LOCAL_NODE_ID) {
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to