summaryrefslogtreecommitdiffstats
path: root/ripngd
diff options
context:
space:
mode:
authorhasso <hasso>2004-08-31 14:04:33 +0200
committerhasso <hasso>2004-08-31 14:04:33 +0200
commitdf43a137236e7df433fbd3c633245459d4fd951b (patch)
tree8c6fd437c0c2dda0b71fb05d0cc62d6a7875f4c0 /ripngd
parentRemove dead file. (diff)
downloadfrr-df43a137236e7df433fbd3c633245459d4fd951b.tar.xz
frr-df43a137236e7df433fbd3c633245459d4fd951b.zip
Please, tell me truth about what debugging status you are displaying.
Diffstat (limited to 'ripngd')
-rw-r--r--ripngd/ripng_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripng_debug.c b/ripngd/ripng_debug.c
index 2cff3d018..b9a8fb612 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);