diff -uprN bird-1.0.11-old/proto/ospf/lsupd.c bird-1.0.11/proto/ospf/lsupd.c
--- bird-1.0.11-old/proto/ospf/lsupd.c	2005-02-14 12:54:17.000000000 +0100
+++ bird-1.0.11/proto/ospf/lsupd.c	2008-08-27 15:12:46.000000000 +0200
@@ -183,7 +183,7 @@ ospf_lsupd_flood(struct ospf_neighbor *n
 
       op->length = htons(len);
       OSPF_TRACE(D_PACKETS, "LS upd flooded via %s", ifa->iface->name);
-      DBG("ID=%I, AGE=%d, SEQ=%x", ntohl(lh->id), ntohs(lh->age),
+      DBG("ID=%I, AGE=%d, SEQ=%x\n", ntohl(lh->id), ntohs(lh->age),
 	  ntohl(lh->sn));
 
       switch (ifa->type)
