diff options
| author | Mark Stapp <mjs@voltanet.io> | 2019-03-19 10:47:00 -0400 |
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2019-03-19 10:47:00 -0400 |
| commit | d0a456858edb2bf9c5e06da42ef419d7bb55b294 (patch) | |
| tree | 291598fe28472522755b9a51bd861e733da8e62b | |
| parent | e272170ef105423d169f609c34abaf3dfc321f4b (diff) | |
ospfd: remove empty debug
Remove empty debug line - empty format string generates a
compile warning.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
| -rw-r--r-- | ospfd/ospf_apiserver.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospf_apiserver.c b/ospfd/ospf_apiserver.c index 6b9ff6556c..d6f1fba28b 100644 --- a/ospfd/ospf_apiserver.c +++ b/ospfd/ospf_apiserver.c @@ -2110,7 +2110,6 @@ void ospf_apiserver_show_info(struct vty *vty, struct ospf_lsa *lsa) for (i = 0; i < opaquelen; i++) { zlog_debug("0x%x ", olsa->data[i]); } - zlog_debug(""); } return; } |
