summaryrefslogtreecommitdiff
path: root/ztcfg.c
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-19 11:13:07 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-19 11:13:07 +0000
commit8f8ba4dfeee114eb7fbb55a7065d41a330a4a354 (patch)
tree6c048674f87c993f91bb8049256ff80ac3acbcf4 /ztcfg.c
parent612edd9a40844d1af48d8b1ccbb66464e73def65 (diff)
Clarify that ztcfg prints the channel map before actually configuring
channels. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3061 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'ztcfg.c')
-rw-r--r--ztcfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ztcfg.c b/ztcfg.c
index c7a68eb..2cbcb5e 100644
--- a/ztcfg.c
+++ b/ztcfg.c
@@ -1177,7 +1177,7 @@ static void printconfig(int fd)
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 {