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:
Donald Sharp 2017-09-26 16:28:08 -04:00
parent 95744ad864
commit 07d3f521d2

View File

@ -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,