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

cpg: Change downlist log level

Signed-off-by: Hideo Yamauchi <renayama19661014@ybb.ne.jp>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Hideo Yamauchi 6 лет назад
Родитель
Сommit
9fda4dc6ac
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      exec/cpg.c

+ 2 - 2
exec/cpg.c

@@ -1285,7 +1285,7 @@ static void message_handler_req_exec_cpg_downlist_old (
 	const void *message,
 	const void *message,
 	unsigned int nodeid)
 	unsigned int nodeid)
 {
 {
-	log_printf (LOGSYS_LEVEL_WARNING, "downlist OLD from node " CS_PRI_NODE_ID,
+	log_printf (LOGSYS_LEVEL_DEBUG, "downlist OLD from node " CS_PRI_NODE_ID,
 		nodeid);
 		nodeid);
 }
 }
 
 
@@ -1295,7 +1295,7 @@ static void message_handler_req_exec_cpg_downlist(
 {
 {
 	const struct req_exec_cpg_downlist *req_exec_cpg_downlist = message;
 	const struct req_exec_cpg_downlist *req_exec_cpg_downlist = message;
 
 
-	log_printf (LOGSYS_LEVEL_WARNING, "downlist left_list: %d received",
+	log_printf (LOGSYS_LEVEL_DEBUG, "downlist left_list: %d received",
 			req_exec_cpg_downlist->left_nodes);
 			req_exec_cpg_downlist->left_nodes);
 }
 }