diff -Naur l2tpd.orig/call.c l2tpd/call.c
--- l2tpd.orig/call.c	2002-08-10 02:47:25.000000000 +0200
+++ l2tpd/call.c	2005-09-26 13:39:27.000000000 +0200
@@ -193,8 +193,8 @@
         }
     }
     /* I should never get here */
-    log (LOG_WARN, "%s: You should not see this message.  If you do, please
-		       enter a bug report at http://sourceforge.net/projects/l2tpd", __FUNCTION__);
+    log (LOG_WARN, "%s: You should not see this message.  If you do, please "
+		       "enter a bug report at http://sourceforge.net/projects/l2tpd\n", __FUNCTION__);
     return -EINVAL;
 }
 
diff -Naur l2tpd.orig/network.c l2tpd/network.c
--- l2tpd.orig/network.c	2005-09-26 12:48:54.000000000 +0200
+++ l2tpd/network.c	2005-09-26 13:40:25.000000000 +0200
@@ -362,7 +362,7 @@
                 extract (buf->start, &tunnel, &call);
                 if (debug_network)
                 {
-                    log (LOG_DEBUG, "%s: recv packet from %s, size = %d,
+                    log (LOG_DEBUG, "%s: recv packet from %s, size = %d,\n\
 tunnel = %d, call = %d\n", __FUNCTION__, inet_ntoa (from.sin_addr), recvsize, tunnel, call);
                 }
                 if (packet_dump)

