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

citats at lists.digium.com citats at lists.digium.com
Tue Apr 6 04:40:08 CDT 2004


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

Modified Files:
	wct4xxp.c 
Log Message:
Fix error message to print T1 instead of E1 in wct4xxp.c


Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- wct4xxp.c	5 Apr 2004 09:05:42 -0000	1.27
+++ wct4xxp.c	6 Apr 2004 08:40:26 -0000	1.28
@@ -373,7 +373,7 @@
 			t4_framer_out(wc, span->offset, 0x21, 0x40);	/* FMR5: Nothing but RBS mode */
 			break;
 	    default:
-			printk("TE410P: Unknown E1 maint command: %d\n", cmd);
+			printk("TE410P: Unknown T1 maint command: %d\n", cmd);
 			break;
 	   }
     }




More information about the svn-commits mailing list