summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_gr_helper.c
diff options
context:
space:
mode:
authorsri-mohan1 <sri.mohan@samsung.com>2022-07-27 18:51:06 +0200
committersri-mohan1 <sri.mohan@samsung.com>2022-07-27 18:59:02 +0200
commitabc14fa02bf03b9a5c62b187ebffb910c11dd02f (patch)
treefb053153dcec493bc98c9ee83588c7f1dec20931 /ospf6d/ospf6_gr_helper.c
parentMerge pull request #11679 from donaldsharp/fix_compilation_bgp_vty (diff)
downloadfrr-abc14fa02bf03b9a5c62b187ebffb910c11dd02f.tar.xz
frr-abc14fa02bf03b9a5c62b187ebffb910c11dd02f.zip
ospf6d: corrected the debug string
Corrected the gramatical error for debug string Signed-off-by: sri-mohan1 <sri.mohan@samsung.com>
Diffstat (limited to 'ospf6d/ospf6_gr_helper.c')
-rw-r--r--ospf6d/ospf6_gr_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_gr_helper.c b/ospf6d/ospf6_gr_helper.c
index 33a7a57c0..f8b37d803 100644
--- a/ospf6d/ospf6_gr_helper.c
+++ b/ospf6d/ospf6_gr_helper.c
@@ -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;