mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-02 07:07:01 +00:00
vtysh: Remove double display of daemon info for 'show debugging'
When entering 'show debugging' we were outputting a line from vtysh and a line from an individual daemon to show the fact we were debugging. A bit overkill. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
95744ad864
commit
07d3f521d2
@ -1896,7 +1896,7 @@ DEFUN (vtysh_show_debugging,
|
||||
DEBUG_STR)
|
||||
{
|
||||
return show_per_daemon("do show debugging\n",
|
||||
"Debugging Information for %s:\n");
|
||||
"");
|
||||
}
|
||||
|
||||
DEFUN (vtysh_show_debugging_hashtable,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user