[svn-commits] mmichelson: branch 1.6.0 r136723 - in /branches/1.6.0: ./ apps/app_voicemail.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Aug 7 18:40:48 CDT 2008


Author: mmichelson
Date: Thu Aug  7 18:40:47 2008
New Revision: 136723

URL: http://svn.digium.com/view/asterisk?view=rev&rev=136723
Log:
Merged revisions 136722 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r136722 | mmichelson | 2008-08-07 18:39:50 -0500 (Thu, 07 Aug 2008) | 3 lines

Remove one last batch of debug messages


........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/apps/app_voicemail.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/apps/app_voicemail.c?view=diff&rev=136723&r1=136722&r2=136723
==============================================================================
--- branches/1.6.0/apps/app_voicemail.c (original)
+++ branches/1.6.0/apps/app_voicemail.c Thu Aug  7 18:40:47 2008
@@ -1841,7 +1841,6 @@
 static void write_file(char *filename, char *buffer, unsigned long len)
 {
 	FILE *output;
-	ast_log(LOG_NOTICE, "The name of the file I'm writing is %s\n", filename);
 
 	output = fopen (filename, "w");
 	fwrite (buffer, len, 1, output);




More information about the svn-commits mailing list