diff options
author | Nate Straz <nstraz@redhat.com> | 2005-12-15 17:31:00 +0000 |
---|---|---|
committer | Nathan Straz <nstraz@redhat.com> | 2008-09-23 09:37:45 -0400 |
commit | 882783f2913e9daa30e12fc2fb1ae0e4a51a3b4b (patch) | |
tree | 497ee4aaa385396fc4119f2fe09144e8b87cd0a5 | |
parent | 359a9ab96431a14dcd0433e3cdd6d3ee494877b4 (diff) | |
download | qarsh-882783f2913e9daa30e12fc2fb1ae0e4a51a3b4b.tar.gz qarsh-882783f2913e9daa30e12fc2fb1ae0e4a51a3b4b.tar.xz qarsh-882783f2913e9daa30e12fc2fb1ae0e4a51a3b4b.zip |
Add a newline to the no heartbeat message
-rw-r--r-- | qarsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |