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:
Angus Salkeld 2010-12-08 11:35:33 +11:00
parent 90745acb39
commit 4dffef53fd

View File

@ -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; ) {