git: d46b000eccc9 - main - routing: remove duplicate error message after 5c23343b8c0c.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Aug 2022 09:54:09 UTC
The branch main has been updated by melifaro:
URL: https://cgit.FreeBSD.org/src/commit/?id=d46b000eccc99217097ef77572294e60c9fbaf83
commit d46b000eccc99217097ef77572294e60c9fbaf83
Author: Alexander V. Chernikov <melifaro@FreeBSD.org>
AuthorDate: 2022-08-04 09:51:38 +0000
Commit: Alexander V. Chernikov <melifaro@FreeBSD.org>
CommitDate: 2022-08-04 09:53:58 +0000
routing: remove duplicate error message after 5c23343b8c0c.
MFC after: 2 weeks
---
sys/net/route/nhop.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/net/route/nhop.c b/sys/net/route/nhop.c
index 36e5179628a8..9fac76105598 100644
--- a/sys/net/route/nhop.c
+++ b/sys/net/route/nhop.c
@@ -357,8 +357,6 @@ unlink_nhop(struct nh_control *ctl, struct nhop_priv *nh_priv_del)
num_items_new = bitmask_get_resize_items(&ctl->nh_idx_head);
NHOPS_WUNLOCK(ctl);
- FIB_CTL_LOG(LOG_INFO, ctl, "Unable to unlink nhop priv %p from hash, hash %u ctl %p",
- nh_priv_del, hash_priv(nh_priv_del), ctl);
if (priv_ret == NULL) {
FIB_CTL_LOG(LOG_INFO, ctl,