]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - net.c
Merge remote branch 'athcx/v0.2' into v0.2
[paraslash.git] / net.c
diff --git a/net.c b/net.c
index 88eb20e56eefe69328b9336ce8842b69fe8532d3..032b02c3f85497724db0f7a580b5acd1d610743c 100644 (file)
--- 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 */