[asterisk-commits] mmichelson: trunk r115591 - /trunk/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri May 9 17:36:51 CDT 2008
Author: mmichelson
Date: Fri May 9 17:36:50 2008
New Revision: 115591
URL: http://svn.digium.com/view/asterisk?view=rev&rev=115591
Log:
Remove a debug line
Modified:
trunk/apps/app_voicemail.c
Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=115591&r1=115590&r2=115591
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Fri May 9 17:36:50 2008
@@ -8353,7 +8353,6 @@
}
break;
case '6': /* Go to the next message */
- ast_log(LOG_NOTICE, "Hey bitch, there are %d new messages, you cock and we are%s in urgent\n", vms.newmessages, in_urgent ? "" : " not");
if (vms.curmsg < vms.lastmsg) {
vms.curmsg++;
cmd = play_message(chan, vmu, &vms);
More information about the asterisk-commits
mailing list