X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.c;h=f896f564308213407fc8048512b1a53a56108fe1;hp=046cf0b76f63ca57129e0b3a699b5a0bb43ae651;hb=192417698d9dab017ef6108fa6e9fd5ea1dc5633;hpb=a05a33be9ed15982aabfa13726317a1fcb13cc19 diff --git a/net.c b/net.c index 046cf0b7..f896f564 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 */