[svn-commits] qwell: branch 1.2 r60267 - /branches/1.2/apps/app_voicemail.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Apr 5 09:09:41 MST 2007


Author: qwell
Date: Thu Apr  5 11:09:41 2007
New Revision: 60267

URL: http://svn.digium.com/view/asterisk?view=rev&rev=60267
Log:
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

Modified:
    branches/1.2/apps/app_voicemail.c

Modified: branches/1.2/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_voicemail.c?view=diff&rev=60267&r1=60266&r2=60267
==============================================================================
--- branches/1.2/apps/app_voicemail.c (original)
+++ branches/1.2/apps/app_voicemail.c Thu Apr  5 11:09:41 2007
@@ -6353,7 +6353,7 @@
 		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;
 	}
 }



More information about the svn-commits mailing list