summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsupd.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2008-10-26 23:53:05 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2008-10-26 23:53:05 +0100
commit52586ccdf17cd9f34f767718d97f8a258da5efdb (patch)
tree47d4a61d554cc38141e16123f25ba0875eb359d3 /proto/ospf/lsupd.c
parenta97122a3caff40bf35e6019a9b60d5e5ef35a84f (diff)
downloadbird-52586ccdf17cd9f34f767718d97f8a258da5efdb.tar
bird-52586ccdf17cd9f34f767718d97f8a258da5efdb.zip
Missing newline.
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r--proto/ospf/lsupd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c
index d188144..9f7dd63 100644
--- a/proto/ospf/lsupd.c
+++ b/proto/ospf/lsupd.c
@@ -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)