[23142] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r22803 - trunk/athena/lib/zephyr/clients/zctl

daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Wed Apr 2 11:39:13 2008

Date: Wed, 2 Apr 2008 11:36:33 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200804021536.LAA17998@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: ghudson
Date: 2008-04-02 11:36:32 -0400 (Wed, 02 Apr 2008)
New Revision: 22803

Modified:
   trunk/athena/lib/zephyr/clients/zctl/zctl.c
Log:
From Karl Ramm: fix an error message in zctl.


Modified: trunk/athena/lib/zephyr/clients/zctl/zctl.c
===================================================================
--- trunk/athena/lib/zephyr/clients/zctl/zctl.c	2008-03-27 06:37:33 UTC (rev 22802)
+++ trunk/athena/lib/zephyr/clients/zctl/zctl.c	2008-04-02 15:36:32 UTC (rev 22803)
@@ -113,7 +113,7 @@
 
 	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


home help back first fref pref prev next nref lref last post