From: Andre Noll Date: Fri, 26 Oct 2007 13:09:26 +0000 (+0200) Subject: net.c: Add missing newline in debaug message. X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=b9f95dd2fc1800565536d0dcdbfbc6526e7b7349 net.c: Add missing newline in debaug message. --- diff --git a/net.c b/net.c index 88eb20e5..032b02c3 100644 --- a/net.c +++ b/net.c @@ -120,7 +120,7 @@ static int sendall(int fd, const char *buf, size_t *len) total += n; bytesleft -= n; if (total < *len) - PARA_DEBUG_LOG("short write (%zd byte(s) left)", + PARA_DEBUG_LOG("short write (%zd byte(s) left)\n", *len - total); } *len = total; /* return number actually sent here */