Skip to content
Snippets Groups Projects
Commit 627a1902 authored by Wenpeng Song's avatar Wenpeng Song
Browse files

lower the log level for loading moh to debug

parent a659b358
No related branches found
No related tags found
1 merge request!134Correction for some error message during asterisk restart
......@@ -2234,7 +2234,7 @@ static int load_module(void)
}
if (!load_moh_classes(0) && ast_check_realtime("musiconhold") == 0) { /* No music classes configured, so skip it */
ast_log(LOG_WARNING, "No music on hold classes configured, "
ast_log(LOG_DEBUG, "No music on hold classes configured, "
"disabling music on hold.\n");
} else {
ast_install_music_functions(local_ast_moh_start, local_ast_moh_stop,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment