]> git.proxmox.com Git - mirror_frr.git/commitdiff
ospf6d: corrected the debug string
authorsri-mohan1 <sri.mohan@samsung.com>
Wed, 27 Jul 2022 16:51:06 +0000 (22:21 +0530)
committersri-mohan1 <sri.mohan@samsung.com>
Wed, 27 Jul 2022 16:59:02 +0000 (22:29 +0530)
Corrected the gramatical error for debug string

Signed-off-by: sri-mohan1 <sri.mohan@samsung.com>
ospf6d/ospf6_gr_helper.c

index 33a7a57c0fc999c7a022ae381b45afd6e529e065..f8b37d803f1b1514f4ab5ca7fc41bcae20169213 100644 (file)
@@ -340,7 +340,7 @@ int ospf6_process_grace_lsa(struct ospf6 *ospf6, struct ospf6_lsa *lsa,
            && !OSPF6_GR_IS_PLANNED_RESTART(restart_reason)) {
                if (IS_DEBUG_OSPF6_GR)
                        zlog_debug(
-                               "%s, Router supports only planned restarts but received the GRACE LSA due a unplanned restart",
+                               "%s, Router supports only planned restarts but received the GRACE LSA due to an unplanned restart",
                                __func__);
                restarter->gr_helper_info.rejected_reason =
                        OSPF6_HELPER_PLANNED_ONLY_RESTART;