[Asterisk-cvs] zaptel wct4xxp.c,1.28,1.29

markster at lists.digium.com markster at lists.digium.com
Tue Apr 6 11:59:25 CDT 2004


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv27200

Modified Files:
	wct4xxp.c 
Log Message:
Fix printk


Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- wct4xxp.c	6 Apr 2004 08:40:26 -0000	1.28
+++ wct4xxp.c	6 Apr 2004 15:59:47 -0000	1.29
@@ -652,7 +652,7 @@
 		} else
 			t4_pci_out(wc, WC_DMACTRL, wc->dmactrl);
 		if ((unit > -1) && (unit < 4))
-			printk("TE410P: Timing from source %d\n", unit);
+			printk("TE410P: Timing from span %d\n", unit + 1);
 		else
 			printk("TE410P: Timing from internal timer\n");
 		wc->syncsrc = unit;




More information about the svn-commits mailing list