mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 22:29:23 +00:00
ospfd: remove empty debug
Remove empty debug line - empty format string generates a compile warning. Signed-off-by: Mark Stapp <mjs@voltanet.io>
This commit is contained in:
parent
e272170ef1
commit
d0a456858e
@ -2110,7 +2110,6 @@ void ospf_apiserver_show_info(struct vty *vty, struct ospf_lsa *lsa)
|
|||||||
for (i = 0; i < opaquelen; i++) {
|
for (i = 0; i < opaquelen; i++) {
|
||||||
zlog_debug("0x%x ", olsa->data[i]);
|
zlog_debug("0x%x ", olsa->data[i]);
|
||||||
}
|
}
|
||||||
zlog_debug("");
|
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user