diff options
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); |