summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2007-12-21 16:12:14 +0000
committerMark Michelson <mmichelson@digium.com>2007-12-21 16:12:14 +0000
commitc1fac2d8349bb501d1b282bd2cfaf334f0bd37ab (patch)
treed0c9b9b5244905da127fae9e95bbf0265ca6c21c /apps
parent2e6431c42a38b1e070e1f854af5275fdfe10f15d (diff)
Merged revisions 94464 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r94464 | mmichelson | 2007-12-21 10:11:44 -0600 (Fri, 21 Dec 2007) | 3 lines Removing a debug message I accidentally just committed ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94465 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 1a22cead5..0f2df8d16 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -2351,7 +2351,6 @@ static struct callattempt *wait_for_answer(struct queue_ent *qe, struct callatte
break;
/* On "ringall" strategy we only move to the next penalty level
when *all* ringing phones are done in the current penalty level */
- ast_log(LOG_DEBUG, "I actually hit this...\n");
ring_one(qe, outgoing, &numbusies);
/* and retry... */
}