From 39113a4d3cb55da9ad3621e7c8b2524d49394eea Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 26 Oct 2007 15:09:26 +0200 Subject: [PATCH 1/1] net.c: Add missing newline in debaug message. --- net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2