summaryrefslogtreecommitdiff
path: root/ztcfg.c
diff options
context:
space:
mode:
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 {