[zaptel-commits] tzafrir: branch 1.4 r3061 - /branches/1.4/ztcfg.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Wed Sep 19 06:13:08 CDT 2007


Author: tzafrir
Date: Wed Sep 19 06:13:07 2007
New Revision: 3061

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3061
Log:
Clarify that ztcfg prints the channel map before actually configuring
channels.

Modified:
    branches/1.4/ztcfg.c

Modified: branches/1.4/ztcfg.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/ztcfg.c?view=diff&rev=3061&r1=3060&r2=3061
==============================================================================
--- branches/1.4/ztcfg.c (original)
+++ branches/1.4/ztcfg.c Wed Sep 19 06:13:07 2007
@@ -1177,7 +1177,7 @@
 		for (x=1;x<ZT_MAX_CHANNELS;x++) 
 			if (cc[x].sigtype)
 				configs++;
-	printf("\n%d channels configured.\n\n", configs);
+	printf("\n%d channels to configure.\n\n", configs);
 }
 
 static struct handler {




More information about the zaptel-commits mailing list