summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsreq.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-12-03 18:56:39 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2009-12-03 18:56:39 +0100
commitbb3c7c6d22c48cd78b4c5b77a78ff1b92adca053 (patch)
tree391335a62136db4eaac11d2e101002dade52c757 /proto/ospf/lsreq.c
parent69fbf9a25190e0149dcc31e830e952c586fe2024 (diff)
downloadbird-bb3c7c6d22c48cd78b4c5b77a78ff1b92adca053.tar
bird-bb3c7c6d22c48cd78b4c5b77a78ff1b92adca053.zip
Fixes some log messages.
Diffstat (limited to 'proto/ospf/lsreq.c')
-rw-r--r--proto/ospf/lsreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsreq.c b/proto/ospf/lsreq.c
index 6785644..49d3894 100644
--- a/proto/ospf/lsreq.c
+++ b/proto/ospf/lsreq.c
@@ -28,7 +28,7 @@ static void ospf_dump_lsreq(struct proto *p, struct ospf_lsreq_packet *pkt)
sizeof(struct ospf_lsreq_header);
for (i = 0; i < j; i++)
- log(L_TRACE "%s: LSR Id: %R, Rt: %R, Type: 0x%x", p->name,
+ log(L_TRACE "%s: LSR Id: %R, Rt: %R, Type: 0x%04x", p->name,
htonl(pkt->lsh[i].id), htonl(pkt->lsh[i].rt), htonl(pkt->lsh[i].type));
}