The branch stable/13 has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=980ce11f30f7587bbb897c3c3bd488a06f5f6b4f
commit 980ce11f30f7587bbb897c3c3bd488a06f5f6b4f Author: Alexander V. Chernikov <[email protected]> AuthorDate: 2021-02-08 20:11:38 +0000 Commit: Alexander V. Chernikov <[email protected]> CommitDate: 2021-02-11 21:08:19 +0000 Turn off forgotten multipath debug messages Reported by: mike tancsa<mike at sentex.net> (cherry picked from commit adc4ea97bd775cb49df5dbfd71dd497c834ae150) --- sys/net/route/nhgrp_ctl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/net/route/nhgrp_ctl.c b/sys/net/route/nhgrp_ctl.c index c4f86500ca8d..c2119506370f 100644 --- a/sys/net/route/nhgrp_ctl.c +++ b/sys/net/route/nhgrp_ctl.c @@ -26,7 +26,6 @@ * * $FreeBSD$ */ -#define RTDEBUG #include "opt_inet.h" #include "opt_route.h" _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
