]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 256860 via svnmerge from
authorLeif Madsen <leif@leifmadsen.com>
Mon, 12 Apr 2010 16:17:20 +0000 (16:17 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Mon, 12 Apr 2010 16:17:20 +0000 (16:17 +0000)
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: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@256862 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 16996c3f3c506b2c35c794cf50dd1aacc3dd5bb7..05dc6f8f21f49fe74546d9ab7dfc2ab222e2c22f 100644 (file)
@@ -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) {