diff options
-rw-r--r-- | ripngd/ChangeLog | 4 | ||||
-rw-r--r-- | ripngd/ripng_debug.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog index 1375b256..78dc1d37 100644 --- a/ripngd/ChangeLog +++ b/ripngd/ChangeLog @@ -1,3 +1,7 @@ +2004-10-26 Hasso Tepper <hasso at quagga.net> + + * ripng_debug.c: Fix help of "show debugging ripng" command. + 2004-10-11 Hasso Tepper <hasso at quagga.net> * *.c: Make more strings const. diff --git a/ripngd/ripng_debug.c b/ripngd/ripng_debug.c index b9a8fb61..7841fe21 100644 --- a/ripngd/ripng_debug.c +++ b/ripngd/ripng_debug.c @@ -33,8 +33,8 @@ DEFUN (show_debugging_ripng, show_debugging_ripng_cmd, "show debugging ripng", SHOW_STR - "RIPng configuration\n" - "Debugging information\n") + DEBUG_STR + "RIPng configuration\n") { vty_out (vty, "RIPng debugging status:%s", VTY_NEWLINE); |