diff options
author | hasso <hasso> | 2004-08-31 12:04:33 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-08-31 12:04:33 +0000 |
commit | df43a137236e7df433fbd3c633245459d4fd951b (patch) | |
tree | 8c6fd437c0c2dda0b71fb05d0cc62d6a7875f4c0 /ospfd | |
parent | f2bdee97582ed0f869a09c17c9c060a9d52e1064 (diff) |
Please, tell me truth about what debugging status you are displaying.
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |