|
@@ -1222,7 +1222,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 0x%x",
|
|
|
|
|
|
|
+ log_printf (LOGSYS_LEVEL_DEBUG, "downlist OLD from node 0x%x",
|
|
|
nodeid);
|
|
nodeid);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -1232,7 +1232,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);
|
|
|
}
|
|
}
|
|
|
|
|
|