git: 980ce11f30f7 - stable/13 - Turn off forgotten multipath debug messages

Alexander V. Chernikov melifaro at FreeBSD.org
Thu Feb 11 21:11:24 UTC 2021


The branch stable/13 has been updated by melifaro:

URL: https://cgit.FreeBSD.org/src/commit/?id=980ce11f30f7587bbb897c3c3bd488a06f5f6b4f

commit 980ce11f30f7587bbb897c3c3bd488a06f5f6b4f
Author:     Alexander V. Chernikov <melifaro at FreeBSD.org>
AuthorDate: 2021-02-08 20:11:38 +0000
Commit:     Alexander V. Chernikov <melifaro at FreeBSD.org>
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"
 


More information about the dev-commits-src-all mailing list