aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-12 16:17:20 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-12 16:17:20 +0000
commiteecade4a38fddebf009fa83f7fc5705a1fb8f3e7 (patch)
tree6e140a343bba08ec943d1ef45330535f52e8648a /apps
parent87a4a6be0245c63b84a34526a861608d0298586d (diff)
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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@256862 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 16996c3f3..05dc6f8f2 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -11733,7 +11733,6 @@ static int play_record_review(struct ast_channel *chan, char *playfile, char *re
/* 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) {