mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 03:27:25 +00:00
zebra: remove redundant spaces for debug log
Remove redundant spaces for debug log. By the way, adjust one format problem. Signed-off-by: anlan_cs <vic.lan@pica8.com>
This commit is contained in:
parent
e7523b9a94
commit
5f07ec5479
@ -5561,7 +5561,7 @@ void zebra_vxlan_advertise_svi_macip(ZAPI_HANDLER_ARGS)
|
||||
|
||||
if (IS_ZEBRA_DEBUG_VXLAN)
|
||||
zlog_debug(
|
||||
"EVPN SVI macip Adv %s on VNI %d , currently %s",
|
||||
"EVPN SVI macip Adv %s on VNI %d, currently %s",
|
||||
advertise ? "enabled" : "disabled", vni,
|
||||
advertise_svi_macip_enabled(zevpn)
|
||||
? "enabled"
|
||||
@ -5637,7 +5637,7 @@ void zebra_vxlan_advertise_subnet(ZAPI_HANDLER_ARGS)
|
||||
return;
|
||||
|
||||
if (IS_ZEBRA_DEBUG_VXLAN)
|
||||
zlog_debug("EVPN subnet Adv %s on VNI %d , currently %s",
|
||||
zlog_debug("EVPN subnet Adv %s on VNI %d, currently %s",
|
||||
advertise ? "enabled" : "disabled", vni,
|
||||
zevpn->advertise_subnet ? "enabled" : "disabled");
|
||||
|
||||
@ -5726,7 +5726,7 @@ void zebra_vxlan_advertise_gw_macip(ZAPI_HANDLER_ARGS)
|
||||
|
||||
if (IS_ZEBRA_DEBUG_VXLAN)
|
||||
zlog_debug(
|
||||
"EVPN gateway macip Adv %s on VNI %d , currently %s",
|
||||
"EVPN gateway macip Adv %s on VNI %d, currently %s",
|
||||
advertise ? "enabled" : "disabled", vni,
|
||||
advertise_gw_macip_enabled(zevpn) ? "enabled"
|
||||
: "disabled");
|
||||
|
Loading…
Reference in New Issue
Block a user