summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
authorcitats <citats@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-04-06 08:40:26 +0000
committercitats <citats@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-04-06 08:40:26 +0000
commit24c4c0a238d6a6b86c343d767fccfe61fb2d69e3 (patch)
tree67f05f4cbae92fcd62db5c38cde97e2d46d3e286 /wct4xxp.c
parent6a4fadda921778fb1fa3dcad1e6b8a46fbeb48cf (diff)
Fix error message to print T1 instead of E1 in wct4xxp.c
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@343 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp.c')
-rwxr-xr-xwct4xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 516519b..1bc5250 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -373,7 +373,7 @@ static int t4_maint(struct zt_span *span, int cmd)
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;
}
}