From c6c6804d72cad2eef6d44974534fd79f173c8214 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 21 May 2008 16:59:46 +0000 Subject: 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 --- drivers/dahdi/wctc4xxp/codec_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/dahdi/wctc4xxp/codec_test.c') diff --git a/drivers/dahdi/wctc4xxp/codec_test.c b/drivers/dahdi/wctc4xxp/codec_test.c index 0afcebf..abea9e9 100644 --- a/drivers/dahdi/wctc4xxp/codec_test.c +++ b/drivers/dahdi/wctc4xxp/codec_test.c @@ -100,7 +100,7 @@ static int find_transcoders(struct tctest_info *tctest_info) int fd, res; if ((fd = open("/dev/zap/transcode", O_RDWR)) < 0) { - printf("Warning: No Zaptel transcoder support!\n"); + printf("Warning: No DAHDI transcoder support!\n"); return 0; } -- cgit v1.2.3