dect
/
asterisk
Archived
13
0
Fork 0

Change log message to match severity.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@257949 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
qwell 2010-04-19 21:57:56 +00:00
parent 9fb4599437
commit 8de04356bb
1 changed files with 1 additions and 1 deletions

View File

@ -1038,7 +1038,7 @@ static int load_indications(int reload)
cfg = ast_config_load2(config, "indications", config_flags);
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;
} else if (cfg == CONFIG_STATUS_FILEUNCHANGED) {
return 0;