]> git.puffer.fish Git - mirror/frr.git/commitdiff
Please, tell me truth about what debugging status you are displaying.
authorhasso <hasso>
Tue, 31 Aug 2004 12:04:33 +0000 (12:04 +0000)
committerhasso <hasso>
Tue, 31 Aug 2004 12:04:33 +0000 (12:04 +0000)
ospfd/ospf_dump.c
ripd/rip_debug.c
ripngd/ripng_debug.c

index c94fda150c3c437397305c8f7533eea2a316f4d0..3711e9f0f9d80bae50cab74b02b727e851540676 100644 (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)
index 4f09200aa8c1ff16e1f7455b423d97ad4f622f30..fd735d0fb088b3128b09ea89e8c2fabf1b33bb09 100644 (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);
index 2cff3d018bce2f658cf63b420800826300f79501..b9a8fb612fc8433f156de80b41c61bf9e7b7659a 100644 (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);