From 351486633880f1fac39ae10e49b26a1c5e49bc7c Mon Sep 17 00:00:00 2001 From: Stephen Worley Date: Wed, 13 Mar 2019 10:26:30 -0400 Subject: [PATCH] zebra: Change wording in duplicate error message Changed to the wording in the duplicate error message since its techincally possible we get could try to create a dupe from somewhere else besides the kernel in the future. Signed-off-by: Stephen Worley --- zebra/zebra_nhg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra/zebra_nhg.c b/zebra/zebra_nhg.c index 1ddfcc7456..7800ecd259 100644 --- a/zebra/zebra_nhg.c +++ b/zebra/zebra_nhg.c @@ -256,7 +256,7 @@ struct nhg_hash_entry *zebra_nhg_find(struct nexthop_group *nhg, */ flog_warn( EC_ZEBRA_DUPLICATE_NHG_MESSAGE, - "Nexthop Group from kernel with ID (%d) is a duplicate, ignoring", + "Nexthop Group from with ID (%d) is a duplicate, ignoring", id); return NULL; } -- 2.39.5