aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-19 21:58:23 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-19 21:58:23 +0000
commit1b9574dcf081363ba66c2e00e90e907a41b02b0d (patch)
treecaf2028fac203652dd3ea6ee10a6c73e54d7d672 /main
parent1cef7f224e8b75ea5d0f40251bc775cb98372620 (diff)
Merged revisions 257949 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r257949 | qwell | 2010-04-19 16:57:56 -0500 (Mon, 19 Apr 2010) | 1 line Change log message to match severity. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@257950 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/indications.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/indications.c b/main/indications.c
index 9901d81dc..930d5d4a1 100644
--- a/main/indications.c
+++ b/main/indications.c
@@ -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;