Remove another link to the live-demo.
[paraslash.git] / net.c
diff --git a/net.c b/net.c
index 046cf0b76f63ca57129e0b3a699b5a0bb43ae651..f896f564308213407fc8048512b1a53a56108fe1 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)
                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 */
                                *len - total);
        }
        *len = total; /* return number actually sent here */