]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Missing newline.
authorOndrej Zajicek <santiago@crfreenet.org>
Sun, 26 Oct 2008 22:53:05 +0000 (23:53 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Sun, 26 Oct 2008 22:53:05 +0000 (23:53 +0100)
proto/ospf/lsupd.c

index d1881445b8ae659d64bf2e47240162780c20abad..9f7dd638cfa48c0b4488d43eb6a88e08e6d1e512 100644 (file)
@@ -183,7 +183,7 @@ ospf_lsupd_flood(struct ospf_neighbor *n, struct ospf_lsa_header *hn,
 
       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)