Просмотр исходного кода

Convert got joinlist message notice to debug level.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2294 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 16 лет назад
Родитель
Сommit
38e8502ad7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      services/cpg.c

+ 1 - 1
services/cpg.c

@@ -792,7 +792,7 @@ static void message_handler_req_exec_cpg_joinlist (
 	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 */