]> git.puffer.fish Git - mirror/frr.git/commitdiff
ospf6d: fix LSA name in debug message
authorRenato Westphal <renato@opensourcerouting.org>
Sat, 9 Oct 2021 21:59:58 +0000 (18:59 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Tue, 12 Oct 2021 20:33:32 +0000 (17:33 -0300)
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ospf6d/ospf6_gr.c

index 40893ed998245059e0459ba45f49c68ff0109315..c3e6f62f067a6fe1dbbcc54ee4c283a05ab1e921 100644 (file)
@@ -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 */