From: Damjan Marion Date: Wed, 25 Apr 2018 19:25:32 +0000 (+0200) Subject: igmp: disable debug messages X-Git-Tag: v18.07-rc1~413 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=8d7e099ecce9fa935473a78e980de0a7b3507b81;p=vpp.git igmp: disable debug messages Be gentle with people who run VPP in the noisy envirement where not-for-us IGMP messages are flying around... Change-Id: I07e74e29bc12ecdcc83faead9182d861c7ea1add Signed-off-by: Damjan Marion --- diff --git a/src/plugins/igmp/igmp.h b/src/plugins/igmp/igmp.h index 932d02947e8..f917be95dc3 100644 --- a/src/plugins/igmp/igmp.h +++ b/src/plugins/igmp/igmp.h @@ -28,7 +28,7 @@ #define IGMP_SRC_TIMER (3 * IGMP_QUERY_TIMER) #define IGMP_DEFAULT_ROBUSTNESS_VARIABLE (2) -#define ENABLE_IGMP_DBG 1 +#define ENABLE_IGMP_DBG 0 #if ENABLE_IGMP_DBG == 1 #define IGMP_DBG(...) clib_warning(__VA_ARGS__)