]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 257949 via svnmerge from
authorJason Parker <jparker@digium.com>
Mon, 19 Apr 2010 21:58:23 +0000 (21:58 +0000)
committerJason Parker <jparker@digium.com>
Mon, 19 Apr 2010 21:58:23 +0000 (21:58 +0000)
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: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@257950 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/indications.c

index 9901d81dc92049175ee6fbab617da5f0d395f586..930d5d4a11f399b8a7c84f70e190a9053aefef81 100644 (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;