From df43a137236e7df433fbd3c633245459d4fd951b Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 31 Aug 2004 12:04:33 +0000 Subject: Please, tell me truth about what debugging status you are displaying. --- ripngd/ripng_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ripngd') diff --git a/ripngd/ripng_debug.c b/ripngd/ripng_debug.c index 2cff3d01..b9a8fb61 100644 --- a/ripngd/ripng_debug.c +++ b/ripngd/ripng_debug.c @@ -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); -- cgit v1.2.1