]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 60267 via svnmerge from
authorJason Parker <jparker@digium.com>
Thu, 5 Apr 2007 16:10:48 +0000 (16:10 +0000)
committerJason Parker <jparker@digium.com>
Thu, 5 Apr 2007 16:10:48 +0000 (16:10 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r60267 | qwell | 2007-04-05 11:09:41 -0500 (Thu, 05 Apr 2007) | 5 lines

Just because we can't find the voicemail configuration file, doesn't
 mean that the module failed to load.  The user could be using realtime.

Issue #9473

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@60268 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 2c844f801bbb03b2b93acd0d1842e5978883d306..d35dff2b80b7fb0e6a32e93f0ab5ddda3ee2c69b 100644 (file)
@@ -7625,7 +7625,7 @@ static int load_config(void)
                return 0;
        } else {
                AST_LIST_UNLOCK(&users);
-               ast_log(LOG_WARNING, "Failed to load configuration file. Module not activated.\n");
+               ast_log(LOG_WARNING, "Failed to load configuration file.\n");
                return 0;
        }
 }