projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd53cba
)
Remove silly debug message that is not useful.
author
Leif Madsen
<leif@leifmadsen.com>
Mon, 12 Apr 2010 16:16:43 +0000
(16:16 +0000)
committer
Leif Madsen
<leif@leifmadsen.com>
Mon, 12 Apr 2010 16:16:43 +0000
(16:16 +0000)
(issue #17159)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@256860
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_voicemail.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail.c
b/apps/app_voicemail.c
index
849d38d
..
d38978b
100644
(file)
--- 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) {