mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 10:59:34 +00:00
CPG: downgrade some log messages
Reviewed-by: Steven Dake <sdake@redhat.com> Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
90745acb39
commit
4dffef53fd
@ -804,10 +804,10 @@ static void downlist_master_choose_and_send (void)
|
||||
|
||||
stored_msg = downlist_master_choose ();
|
||||
if (!stored_msg) {
|
||||
log_printf (LOGSYS_LEVEL_INFO, "NO chosen downlist");
|
||||
log_printf (LOGSYS_LEVEL_DEBUG, "NO chosen downlist");
|
||||
return;
|
||||
}
|
||||
downlist_log(LOGSYS_LEVEL_INFO, "chosen downlist", stored_msg);
|
||||
downlist_log(LOGSYS_LEVEL_DEBUG, "chosen downlist", stored_msg);
|
||||
|
||||
/* send events */
|
||||
for (iter = process_info_list_head.next; iter != &process_info_list_head; ) {
|
||||
|
Loading…
Reference in New Issue
Block a user