[asterisk-commits] lmadsen: branch 1.6.2 r256862 - in /branches/1.6.2: ./ apps/app_voicemail.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 12 11:17:24 CDT 2010


Author: lmadsen
Date: Mon Apr 12 11:17:20 2010
New Revision: 256862

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

........
  r256860 | lmadsen | 2010-04-12 11:16:43 -0500 (Mon, 12 Apr 2010) | 3 lines
  
  Remove silly debug message that is not useful.
  
  (issue #17159)
........

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

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

Modified: branches/1.6.2/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/apps/app_voicemail.c?view=diff&rev=256862&r1=256861&r2=256862
==============================================================================
--- branches/1.6.2/apps/app_voicemail.c (original)
+++ branches/1.6.2/apps/app_voicemail.c Mon Apr 12 11:17:20 2010
@@ -11733,7 +11733,6 @@
 				/* Mark Urgent */
 				if ((flag && ast_strlen_zero(flag)) || (!ast_strlen_zero(flag) && strcmp(flag, "Urgent"))) {
 					ast_verbose(VERBOSE_PREFIX_3 "marking message as Urgent\n");
-					ast_debug(1000, "This message is too urgent!\n");
 					res = ast_play_and_wait(chan, "vm-marked-urgent");
 					strcpy(flag, "Urgent");
 				} else if (flag) {




More information about the asterisk-commits mailing list