From 99680e288d579c1ab3c98e96ce4d42cc17d598ce Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sat, 21 Jul 2007 00:36:34 +0000 Subject: 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 Fri, 20 Jul 2007 13:23:48 -0400 --- clients/zctl/zctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients') 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 -- cgit v1.2.3