diff options
author | hasso <hasso> | 2004-08-31 12:04:33 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-08-31 12:04:33 +0000 |
commit | 3ce108ce730d560108b2ee961a37459350854179 (patch) | |
tree | eb2b085ed1b1608474fc78ebe46e7b522cd948e4 /ripd/rip_debug.c | |
parent | 5b31918db918c385629a738f2a58fb64845e2153 (diff) | |
download | quagga-3ce108ce730d560108b2ee961a37459350854179.tar.bz2 quagga-3ce108ce730d560108b2ee961a37459350854179.tar.xz |
Please, tell me truth about what debugging status you are displaying.
Diffstat (limited to 'ripd/rip_debug.c')
-rw-r--r-- | ripd/rip_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_debug.c b/ripd/rip_debug.c index 4f09200a..fd735d0f 100644 --- a/ripd/rip_debug.c +++ b/ripd/rip_debug.c @@ -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); |