diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-13 19:20:20 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 10:20:03 +0200 |
| commit | 61b7d449bd022b0455f148ee9187293a62afdfcb (patch) | |
| tree | 5be2ae085b0013641bbdcee48f5b524465199b3a /ospfd/ospf_dump.c | |
| parent | 26a429fe8e49c67a375886a99a3687417379d19e (diff) | |
*: remove VTYNL, part 3 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospfd/ospf_dump.c')
| -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 61b4a2ff14..8707960aef 100644 --- a/ospfd/ospf_dump.c +++ b/ospfd/ospf_dump.c @@ -1568,7 +1568,7 @@ show_debugging_ospf_common (struct vty *vty, struct ospf *ospf) int i; if (ospf->instance) - vty_out (vty, "%sOSPF Instance: %d%s\n", VTYNL, ospf->instance, + vty_out (vty, "\nOSPF Instance: %d%s\n", ospf->instance, VTYNL); vty_out (vty, "OSPF debugging status:\n"); |
