summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authoranlan_cs <vic.lan@pica8.com>2023-06-08 10:00:48 +0800
committeranlan_cs <vic.lan@pica8.com>2023-06-08 10:21:49 +0800
commitbeb7c1a710037ca777d9f11490dbd39e599d6874 (patch)
tree5c0546328cc060fb48dbd868985955efb78c5cb3 /lib/vty.c
parentfecc953b3c0535fe85191ed12da3bd3ba0b22054 (diff)
pimd: adjust the display for debug
The vrf name should be separated when it is displayed. And remove unnecessary space after number. Before: ``` pim_upstream_sg_running: (100.100.1.100,232.100.100.100)x is not installed in mroute pim_upstream_del(pim_ifchannel_delete): Delete (100.100.1.100,232.100.100.100)[x] ref count: 1 , flags: 1048585 c_oil ref count 2 (Pre decrement) ``` After: ``` pim_upstream_sg_running: (100.100.1.100,232.100.100.100)[x] is not installed in mroute pim_upstream_del(pim_ifchannel_delete): Delete (100.100.1.100,232.100.100.100)[x] ref count: 1, flags: 1048585 c_oil ref count 2 (Pre decrement) ``` Signed-off-by: anlan_cs <vic.lan@pica8.com>
Diffstat (limited to 'lib/vty.c')
0 files changed, 0 insertions, 0 deletions