aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-05 16:10:48 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-05 16:10:48 +0000
commitae9f206ab85643d777f554b724a3de6ab2bc4fe9 (patch)
tree05fd5323f9b9a2cc249cf498035f55dcd91f0cd9 /apps
parent0f65292a8ffb0c6a68fe2335303c52445ddb1e0b (diff)
Merged revisions 60267 via svnmerge from
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: http://svn.digium.com/svn/asterisk/branches/1.4@60268 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 2c844f801..d35dff2b8 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -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;
}
}