aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-05 16:09:41 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-05 16:09:41 +0000
commitf5c2063fbe13a4b6c24f9a5e2d7981ba10f1040b (patch)
tree7b35ad6e014c2bb5c261439c9078f6954d36c0d9 /apps
parent21e40c48cf98634a8d74ea5d8b175c6133490e1b (diff)
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.2@60267 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 594a63822..ce6b545fd 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -6353,7 +6353,7 @@ static int load_config(void)
return 0;
} else {
ast_mutex_unlock(&vmlock);
- 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;
}
}