[svn-commits] qwell: trunk r60269 - in /trunk: ./ apps/app_voicemail.c

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


Author: qwell
Date: Thu Apr  5 11:11:34 2007
New Revision: 60269

URL: http://svn.digium.com/view/asterisk?view=rev&rev=60269
Log:
Merged revisions 60268 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r60268 | qwell | 2007-04-05 11:10:48 -0500 (Thu, 05 Apr 2007) | 13 lines

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

........

................

Modified:
    trunk/   (props changed)
    trunk/apps/app_voicemail.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=60269&r1=60268&r2=60269
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Thu Apr  5 11:11:34 2007
@@ -7729,7 +7729,7 @@
 		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;
 	}
 }



More information about the svn-commits mailing list