summaryrefslogtreecommitdiff
path: root/ospfd/ospf_dump_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ospf_dump_api.c')
-rw-r--r--ospfd/ospf_dump_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfd/ospf_dump_api.c b/ospfd/ospf_dump_api.c
index e24936a473..4b68b006e2 100644
--- a/ospfd/ospf_dump_api.c
+++ b/ospfd/ospf_dump_api.c
@@ -127,8 +127,8 @@ void ospf_lsa_header_dump(struct lsa_header *lsah)
ospf_options_dump(lsah->options));
zlog_debug(" LS type %d (%s)", lsah->type,
(lsah->type ? lsah_type : "unknown type"));
- zlog_debug(" Link State ID %s", inet_ntoa(lsah->id));
- zlog_debug(" Advertising Router %s", inet_ntoa(lsah->adv_router));
+ zlog_debug(" Link State ID %pI4", &lsah->id);
+ zlog_debug(" Advertising Router %pI4", &lsah->adv_router);
zlog_debug(" LS sequence number 0x%lx",
(unsigned long)ntohl(lsah->ls_seqnum));
zlog_debug(" LS checksum 0x%x", ntohs(lsah->checksum));