summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-03-27 20:11:11 +0000
committerJoshua Colp <jcolp@digium.com>2007-03-27 20:11:11 +0000
commit04f19557818e95c692962cbde4c511d009f52e3e (patch)
tree89862a958c91d15199db5dbd2155307fbb9d48e4 /channels
parente1476b8aabbc5ab9aaa7af08d05cc8334823554e (diff)
Use better english. Renegotiate! Repeat after me: renegotiate.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@59272 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 08dd3ece1..8dd5d095a 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -9572,7 +9572,7 @@ static void *pri_dchannel(void *vpri)
break;
} else {
/* This is where we handle initial glare */
- ast_log(LOG_DEBUG, "Ring requested on channel %d/%d already in use or previously requested on span %d. Attempting to renegotiating channel.\n",
+ ast_log(LOG_DEBUG, "Ring requested on channel %d/%d already in use or previously requested on span %d. Attempting to renegotiate channel.\n",
PRI_SPAN(e->ring.channel), PRI_CHANNEL(e->ring.channel), pri->span);
ast_mutex_unlock(&pri->pvts[chanpos]->lock);
chanpos = -1;