dect
/
asterisk
Archived
13
0
Fork 0

Change some NOTICE log messages to debug.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@115344 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2008-05-06 15:14:55 +00:00
parent a1f4f6bb09
commit 5d1a0b6258
1 changed files with 2 additions and 2 deletions

View File

@ -21974,7 +21974,7 @@ static int reload_config(enum channelreloadreason reason)
/* Done, tell the manager */
manager_event(EVENT_FLAG_SYSTEM, "ChannelReload", "ChannelType: SIP\r\nReloadReason: %s\r\nRegistry_Count: %d\r\nPeer_Count: %d\r\nUser_Count: %d\r\n", channelreloadreason2txt(reason), registry_count, peer_count, user_count);
run_end = time(0);
ast_log(LOG_NOTICE, "reload_config done...Runtime= %d sec\n", (int)(run_end-run_start));
ast_debug(4, "reload_config done...Runtime= %d sec\n", (int)(run_end-run_start));
return 0;
}
@ -22493,7 +22493,7 @@ static int sip_do_reload(enum channelreloadreason reason)
sip_send_all_registers();
end_poke = time(0);
ast_log(LOG_NOTICE, "do_reload finished. peer poke/prune reg contact time = %d sec.\n", (int)(end_poke-start_poke));
ast_debug(4, "do_reload finished. peer poke/prune reg contact time = %d sec.\n", (int)(end_poke-start_poke));
ast_debug(4, "--------------- SIP reload done\n");