git: 528ff45c5c6f - stable/13 - routing: remove duplicate error message after 5c23343b8c0c.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Jan 2023 21:24:59 UTC
The branch stable/13 has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=528ff45c5c6fd0ff9c8b052eca50a07d15bfa0c6 commit 528ff45c5c6fd0ff9c8b052eca50a07d15bfa0c6 Author: Alexander V. Chernikov <melifaro@FreeBSD.org> AuthorDate: 2022-08-04 09:51:38 +0000 Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> CommitDate: 2023-01-13 21:18:26 +0000 routing: remove duplicate error message after 5c23343b8c0c. MFC after: 2 weeks (cherry picked from commit d46b000eccc99217097ef77572294e60c9fbaf83) --- 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 b7154fe69a3d..e087ee1fb6c0 100644 --- a/sys/net/route/nhop.c +++ b/sys/net/route/nhop.c @@ -363,8 +363,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,