Skip to content
Snippets Groups Projects
Commit c7cf47ce authored by Jason Parker's avatar Jason Parker
Browse files

Change log message to match severity.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@257949 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 7965dd95
Branches
Tags
No related merge requests found
...@@ -1038,7 +1038,7 @@ static int load_indications(int reload) ...@@ -1038,7 +1038,7 @@ static int load_indications(int reload)
cfg = ast_config_load2(config, "indications", config_flags); cfg = ast_config_load2(config, "indications", config_flags);
if (cfg == CONFIG_STATUS_FILEMISSING || cfg == CONFIG_STATUS_FILEINVALID) { if (cfg == CONFIG_STATUS_FILEMISSING || cfg == CONFIG_STATUS_FILEINVALID) {
ast_log(LOG_ERROR, "Can't find indications config file %s.\n", config); ast_log(LOG_WARNING, "Can't find indications config file %s.\n", config);
return 0; return 0;
} else if (cfg == CONFIG_STATUS_FILEUNCHANGED) { } else if (cfg == CONFIG_STATUS_FILEUNCHANGED) {
return 0; return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment