summaryrefslogtreecommitdiff
path: root/python/firstheader.py
diff options
context:
space:
mode:
authoranlan_cs <vic.lan@pica8.com>2023-06-01 09:46:51 +0800
committeranlan_cs <vic.lan@pica8.com>2023-06-01 23:31:45 +0800
commit32e29c746aec4fcbd912cc9db814e70b9094dd9c (patch)
treef9f74e987d8cbd817737c440779dc2b91c600c46 /python/firstheader.py
parent2fccc9fa10d94a1f8b434e1dec06bee3ac352245 (diff)
bgpd: Fix typo in debug message
Cosmetic change for the debug messages, mainly on the parentheses. Before: ``` [ZJYCS-KQYD6] VRF vrf-debug(140): Rcvd NH update 50.50.50.0/24(0)0) - metric 300/300 #nhops 2/1 flags Valid Reg Static Static Exact [VZJVD-D7GXM] parse nexthop update(50.50.50.0/24(0)(VRF vrf-debug)): bnc info not found for nexthop cache [NSWTE-81HEK] parse nexthop update(50.50.201.0/31(0)(VRF vrf-debug)): bnc info not found for import check ``` After: ``` [ZJYCS-KQYD6] VRF vrf-debug(140): Rcvd NH update 50.50.50.0/24(0)(0) - metric 300/300 #nhops 2/1 flags Valid Reg Static Static Exact [VZJVD-D7GXM] parse nexthop update 50.50.50.0/24(0)(VRF vrf-debug): bnc info not found for nexthop cache [NSWTE-81HEK] parse nexthop update 50.50.201.0/31(0)(VRF vrf-debug): bnc info not found for import check ``` Signed-off-by: anlan_cs <vic.lan@pica8.com>
Diffstat (limited to 'python/firstheader.py')
0 files changed, 0 insertions, 0 deletions