diff --git a/services/cpg.c b/services/cpg.c index 303f7de0..ba53e0b8 100644 --- a/services/cpg.c +++ b/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 */