mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-26 13:14:16 +00:00
Convert got joinlist message notice to debug level.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2294 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
b5fc4494a3
commit
38e8502ad7
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user