[svn-commits] lmadsen: trunk r256860 - /trunk/apps/app_voicemail.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Apr 12 11:16:47 CDT 2010


Author: lmadsen
Date: Mon Apr 12 11:16:43 2010
New Revision: 256860

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=256860
Log:
Remove silly debug message that is not useful.

(issue #17159)

Modified:
    trunk/apps/app_voicemail.c

Modified: trunk/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=256860&r1=256859&r2=256860
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Mon Apr 12 11:16:43 2010
@@ -12659,7 +12659,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 svn-commits mailing list