summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_gr.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2021-10-09 23:59:58 +0200
committerRenato Westphal <renato@opensourcerouting.org>2021-10-12 22:33:32 +0200
commitd6f60d2276de10d985deceeab5804d24de3c952b (patch)
treee014e0acfa194ebafef965a94e3d3e14c40dcd72 /ospf6d/ospf6_gr.c
parentospfd: fix flushing of Grace-LSAs on broadcast interfaces (diff)
downloadfrr-d6f60d2276de10d985deceeab5804d24de3c952b.tar.xz
frr-d6f60d2276de10d985deceeab5804d24de3c952b.zip
ospf6d: fix LSA name in debug message
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_gr.c')
-rw-r--r--ospf6d/ospf6_gr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_gr.c b/ospf6d/ospf6_gr.c
index 40893ed99..c3e6f62f0 100644
--- a/ospf6d/ospf6_gr.c
+++ b/ospf6d/ospf6_gr.c
@@ -58,7 +58,7 @@ static int ospf6_gr_lsa_originate(struct ospf6_interface *oi)
char buffer[OSPF6_MAX_LSASIZE];
if (IS_OSPF6_DEBUG_ORIGINATE(LINK))
- zlog_debug("Originate Link-LSA for Interface %s",
+ zlog_debug("Originate Grace-LSA for Interface %s",
oi->interface->name);
/* prepare buffer */