summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp/base.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-21 16:59:46 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-21 16:59:46 +0000
commitc6c6804d72cad2eef6d44974534fd79f173c8214 (patch)
treefaccd10843aaba2fe0da85d57cd91cb36b314b6b /drivers/dahdi/wcte12xp/base.c
parent3b10699608036b8dfab80e25efe1bee493786413 (diff)
replace Zaptel with DAHDI, ZAPTEL with DAHDI, ZAPATA with DAHDI
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4322 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte12xp/base.c')
-rw-r--r--drivers/dahdi/wcte12xp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wcte12xp/base.c b/drivers/dahdi/wcte12xp/base.c
index 1bff18a..20f2da5 100644
--- a/drivers/dahdi/wcte12xp/base.c
+++ b/drivers/dahdi/wcte12xp/base.c
@@ -1172,7 +1172,7 @@ static int t1_software_init(struct t1 *wc)
wc->chans[x].chanpos = x + 1;
}
if (dahdi_register(&wc->span, 0)) {
- module_printk("Unable to register span with Zaptel\n");
+ module_printk("Unable to register span with DAHDI\n");
return -1;
}
wc->initialized = 1;