aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-12 16:16:43 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-12 16:16:43 +0000
commit5a30e546ba5428f386a41357ef45caca6eb7b196 (patch)
tree934da4a6c5179a3f58d3a14ad63bad7cb3722320 /apps
parentc79ab01840af11eacef84c57520c065d6251bede (diff)
Remove silly debug message that is not useful.
(issue #17159) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@256860 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 849d38d24..d38978b22 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -12659,7 +12659,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) {