summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Straz <nstraz@redhat.com>2005-12-15 17:31:00 +0000
committerNathan Straz <nstraz@redhat.com>2008-09-23 09:37:45 -0400
commit882783f2913e9daa30e12fc2fb1ae0e4a51a3b4b (patch)
tree497ee4aaa385396fc4119f2fe09144e8b87cd0a5
parent359a9ab96431a14dcd0433e3cdd6d3ee494877b4 (diff)
downloadqarsh-882783f2913e9daa30e12fc2fb1ae0e4a51a3b4b.tar.gz
qarsh-882783f2913e9daa30e12fc2fb1ae0e4a51a3b4b.tar.xz
qarsh-882783f2913e9daa30e12fc2fb1ae0e4a51a3b4b.zip
Add a newline to the no heartbeat message
-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;