From: Stephen Worley Date: Wed, 13 Mar 2019 14:26:30 +0000 (-0400) Subject: zebra: Change wording in duplicate error message X-Git-Tag: base_7.3~219^2~140 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=351486633880f1fac39ae10e49b26a1c5e49bc7c;p=matthieu%2Ffrr.git 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 --- 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; }