From d6f60d2276de10d985deceeab5804d24de3c952b Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Sat, 9 Oct 2021 18:59:58 -0300 Subject: [PATCH] ospf6d: fix LSA name in debug message Signed-off-by: Renato Westphal --- ospf6d/ospf6_gr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */