mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 15:34:30 +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))
|
||||
zlog_debug(
|
||||
"LSA[Refresh:Type%d:%pI4]: ospf_refresher_register_lsa(): setting refresh_list on lsa %p (slod %d)",
|
||||
lsa->data->type, &lsa->data->id,
|
||||
(void *)lsa, index);
|
||||
"LSA[Refresh:Type%d:%pI4]: ospf_refresher_register_lsa(): setting refresh_list on lsa %p (slot %d)",
|
||||
lsa->data->type, &lsa->data->id, (void *)lsa,
|
||||
index);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user