summaryrefslogtreecommitdiff
path: root/ospfd/ospf_flood.c
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ospf_flood.c')
-rw-r--r--ospfd/ospf_flood.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ospfd/ospf_flood.c b/ospfd/ospf_flood.c
index fc6ab137..50cc9af2 100644
--- a/ospfd/ospf_flood.c
+++ b/ospfd/ospf_flood.c
@@ -119,8 +119,9 @@ ospf_process_self_originated_lsa (struct ospf *ospf,
listnode node;
if (IS_DEBUG_OSPF_EVENT)
- zlog_info ("LSA[Type%d:%s]: Process self-originated LSA",
- new->data->type, inet_ntoa (new->data->id));
+ zlog_info ("LSA[Type%d:%s]: Process self-originated LSA seq 0x%lx",
+ new->data->type, inet_ntoa (new->data->id),
+ (u_long)new->data->ls_seqnum);
/* If we're here, we installed a self-originated LSA that we received
from a neighbor, i.e. it's more recent. We must see whether we want