[dahdi-commits] tzafrir: tools/trunk r4822 - /tools/trunk/dahdi_cfg.c

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Sun Aug 24 05:53:22 CDT 2008


Author: tzafrir
Date: Sun Aug 24 05:53:22 2008
New Revision: 4822

URL: http://svn.digium.com/view/dahdi?view=rev&rev=4822
Log:
We've got a new "zap" string to zap.

Modified:
    tools/trunk/dahdi_cfg.c

Modified: tools/trunk/dahdi_cfg.c
URL: http://svn.digium.com/view/dahdi/tools/trunk/dahdi_cfg.c?view=diff&rev=4822&r1=4821&r2=4822
==============================================================================
--- tools/trunk/dahdi_cfg.c (original)
+++ tools/trunk/dahdi_cfg.c Sun Aug 24 05:53:22 2008
@@ -668,7 +668,7 @@
 	for (x = 1; x < DAHDI_MAX_CHANNELS; x++) {
 		chanfd = open("/dev/dahdi/channel", O_RDWR);
 		if (chanfd == -1) {
-			fprintf(stderr, "Couldn't open /dev/zap/channel\n");
+			fprintf(stderr, "Couldn't open /dev/dahdi/channel\n");
 			exit(-1);
 		}
 




More information about the dahdi-commits mailing list