Please, tell me truth about what debugging status you are displaying.

This commit is contained in:
hasso 2004-08-31 12:04:33 +00:00
parent f2bdee9758
commit df43a13723
3 changed files with 3 additions and 3 deletions

View File

@ -1393,7 +1393,7 @@ DEFUN (show_debugging_ospf,
{
int i;
vty_out (vty, "Zebra debugging status:%s", VTY_NEWLINE);
vty_out (vty, "OSPF debugging status:%s", VTY_NEWLINE);
/* Show debug status for ISM. */
if (IS_DEBUG_OSPF (ism, ISM) == OSPF_DEBUG_ISM)

View File

@ -35,7 +35,7 @@ DEFUN (show_debugging_rip,
DEBUG_STR
RIP_STR)
{
vty_out (vty, "Zebra debugging status:%s", VTY_NEWLINE);
vty_out (vty, "RIP debugging status:%s", VTY_NEWLINE);
if (IS_RIP_DEBUG_EVENT)
vty_out (vty, " RIP event debugging is on%s", VTY_NEWLINE);

View File

@ -36,7 +36,7 @@ DEFUN (show_debugging_ripng,
"RIPng configuration\n"
"Debugging information\n")
{
vty_out (vty, "Zebra debugging status:%s", VTY_NEWLINE);
vty_out (vty, "RIPng debugging status:%s", VTY_NEWLINE);
if (IS_RIPNG_DEBUG_EVENT)
vty_out (vty, " RIPng event debugging is on%s", VTY_NEWLINE);