diff options
-rw-r--r-- | pingu_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pingu_host.c b/pingu_host.c index 5146f51..a86007f 100644 --- a/pingu_host.c +++ b/pingu_host.c @@ -119,7 +119,7 @@ void pingu_host_dump_status(int fd) snprintf(buf, sizeof(buf), "%s: %i\n", host->label, host->status); write(fd, buf, strlen(buf)); } - write(fd, "", 1); + write(fd, "\n", 1); } int pingu_host_init(struct ev_loop *loop) |