summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte11xp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wcte11xp.c')
-rw-r--r--drivers/dahdi/wcte11xp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wcte11xp.c b/drivers/dahdi/wcte11xp.c
index c928f9e..ef2c6be 100644
--- a/drivers/dahdi/wcte11xp.c
+++ b/drivers/dahdi/wcte11xp.c
@@ -1016,7 +1016,7 @@ static int t1xxp_software_init(struct t1 *wc)
wc->chans[x].chanpos = x + 1;
}
if (dahdi_register(&wc->span, 0)) {
- printk("Unable to register span with zaptel\n");
+ printk("Unable to register span with DAHDI\n");
return -1;
}
return 0;