[Asterisk-cvs] asterisk/channels chan_zap.c,1.254,1.255

markster at lists.digium.com markster at lists.digium.com
Mon Jun 7 09:46:50 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv2451/channels

Modified Files:
	chan_zap.c 
Log Message:
Fix tiny typo


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -d -r1.254 -r1.255
--- chan_zap.c	7 Jun 2004 03:39:18 -0000	1.254
+++ chan_zap.c	7 Jun 2004 14:49:25 -0000	1.255
@@ -7359,7 +7359,7 @@
 				x = 0;
 				res = ioctl(pri->fds[i], ZT_GETEVENT, &x);
 				if (x) 
-					ast_log(LOG_NOTICE, "PRI got event: %d on %s D-channel of span %d\n", x, pri_order(x), pri->span);
+					ast_log(LOG_NOTICE, "PRI got event: %d on %s D-channel of span %d\n", x, pri_order(i), pri->span);
 
 				/* Keep track of alarm state */	
 				if (x == ZT_EVENT_ALARM) {




More information about the svn-commits mailing list