summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2007-07-21 00:36:34 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2007-07-21 00:36:34 +0000
commit99680e288d579c1ab3c98e96ce4d42cc17d598ce (patch)
treed2e43c06f11d407be585058166068e59908e462d /clients
parent15cf157d47aafe49fd59b7acc23fe172f8a23566 (diff)
zephyr (2.1.20070719.SNAPSHOT-1) unstable; urgency=low
* new upstream, Closes: #433603 * byteswap port number for display in zwgc, Closes: #243101 * stick newline after errant error message, Closes: #242839 * wait for zhm to die when restarting. Closes: #41419 -- Karl Ramm <kcr@debian.org> Fri, 20 Jul 2007 13:23:48 -0400
Diffstat (limited to 'clients')
-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