aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-27 20:11:11 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-27 20:11:11 +0000
commit3f91e07985f6f4f33fdf20cf0e0e7088ea8cf76c (patch)
tree89862a958c91d15199db5dbd2155307fbb9d48e4
parente861d1ce31517e92050b926cd85d98a8c6f06f1b (diff)
Use better english. Renegotiate! Repeat after me: renegotiate.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59272 f38db490-d61c-443f-a65b-d21fe96a405b
-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;