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. --- ospfd/ospf_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospfd') diff --git a/ospfd/ospf_dump.c b/ospfd/ospf_dump.c index c94fda15..3711e9f0 100644 --- a/ospfd/ospf_dump.c +++ b/ospfd/ospf_dump.c @@ -1393,7 +1393,7 @@ DEFUN (show_debugging_ospf, { int i; - vty_out (vty, "Zebra debugging status:%s", VTY_NEWLINE); + vty_out (vty, "OSPF debugging status:%s", VTY_NEWLINE); /* Show debug status for ISM. */ if (IS_DEBUG_OSPF (ism, ISM) == OSPF_DEBUG_ISM) -- cgit v1.2.1