From 882783f2913e9daa30e12fc2fb1ae0e4a51a3b4b Mon Sep 17 00:00:00 2001 From: Nate Straz Date: Thu, 15 Dec 2005 17:31:00 +0000 Subject: Add a newline to the no heartbeat message --- qarsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qarsh.c b/qarsh.c index 2d23989..b593a70 100644 --- a/qarsh.c +++ b/qarsh.c @@ -247,7 +247,7 @@ run_remote_cmd(char *cmdline) if (nset == 0) { if (!hbeat(qarsh_hb)) { - fprintf(stderr, "No heartbeat from remote host"); + fprintf(stderr, "No heartbeat from remote host\n"); /* Set our return packet as NULL so we exit * with unknown error. */ qp = NULL; -- cgit