mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 05:27:47 +00:00
ospfd: correct one debug info for lsa
The index about slots should be displayed as `slot`. Additionally, adjust format. Signed-off-by: anlan_cs <vic.lan@pica8.com>
This commit is contained in:
parent
e6a380161c
commit
5cf2f9a7ea
@ -3935,9 +3935,9 @@ void ospf_refresher_register_lsa(struct ospf *ospf, struct ospf_lsa *lsa)
|
|||||||
|
|
||||||
if (IS_DEBUG_OSPF(lsa, LSA_REFRESH))
|
if (IS_DEBUG_OSPF(lsa, LSA_REFRESH))
|
||||||
zlog_debug(
|
zlog_debug(
|
||||||
"LSA[Refresh:Type%d:%pI4]: ospf_refresher_register_lsa(): setting refresh_list on lsa %p (slod %d)",
|
"LSA[Refresh:Type%d:%pI4]: ospf_refresher_register_lsa(): setting refresh_list on lsa %p (slot %d)",
|
||||||
lsa->data->type, &lsa->data->id,
|
lsa->data->type, &lsa->data->id, (void *)lsa,
|
||||||
(void *)lsa, index);
|
index);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user