[svn-commits] file: trunk r59272 - /trunk/channels/chan_zap.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Tue Mar 27 13:11:12 MST 2007
Author: file
Date: Tue Mar 27 15:11:11 2007
New Revision: 59272
URL: http://svn.digium.com/view/asterisk?view=rev&rev=59272
Log:
Use better english. Renegotiate! Repeat after me: renegotiate.
Modified:
trunk/channels/chan_zap.c
Modified: trunk/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_zap.c?view=diff&rev=59272&r1=59271&r2=59272
==============================================================================
--- trunk/channels/chan_zap.c (original)
+++ trunk/channels/chan_zap.c Tue Mar 27 15:11:11 2007
@@ -9572,7 +9572,7 @@
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;
More information about the svn-commits
mailing list