summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qarsh.c2
1 files changed, 1 insertions, 1 deletions
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;