From: Renato Westphal Date: Sat, 9 Oct 2021 21:59:58 +0000 (-0300) Subject: ospf6d: fix LSA name in debug message X-Git-Tag: base_8.2~325^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d6f60d2276de10d985deceeab5804d24de3c952b;p=mirror%2Ffrr.git ospf6d: fix LSA name in debug message Signed-off-by: Renato Westphal --- diff --git a/ospf6d/ospf6_gr.c b/ospf6d/ospf6_gr.c index 40893ed998..c3e6f62f06 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 */