summaryrefslogtreecommitdiff
path: root/clients/zctl/zctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'clients/zctl/zctl.c')
-rw-r--r--clients/zctl/zctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/zctl/zctl.c b/clients/zctl/zctl.c
index e124b4a..b1359be 100644
--- a/clients/zctl/zctl.c
+++ b/clients/zctl/zctl.c
@@ -113,7 +113,7 @@ main(argc,argv)
if (!(hent = gethostbyname(ourhost))) {
fprintf(stderr,"%s: Can't resolve hostname %s; %s may be "
- "wrong in subscriptions",argv[0],ourhost,
+ "wrong in subscriptions\n",argv[0],ourhost,
TOKEN_CANONNAME);
strncpy(ourhostcanon,ourhost,sizeof(ourhostcanon)-1);
} else