[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1391037179-3510-1-git-send-email-xiyou.wangcong@gmail.com>
Date: Wed, 29 Jan 2014 15:12:59 -0800
From: Cong Wang <xiyou.wangcong@...il.com>
To: netdev@...r.kernel.org
Cc: Jamal Hadi Salim <jhs@...atatu.com>,
Stephen Hemminger <stephen@...workplumber.org>,
Cong Wang <xiyou.wangcong@...il.com>
Subject: [Patch iproute2] pedit: do not print debugging information by default
Cc: Jamal Hadi Salim <jhs@...atatu.com>
Cc: Stephen Hemminger <stephen@...workplumber.org>
Signed-off-by: Cong Wang <xiyou.wangcong@...il.com>
---
diff --git a/tc/m_pedit.c b/tc/m_pedit.c
index 452d96f..16dd277 100644
--- a/tc/m_pedit.c
+++ b/tc/m_pedit.c
@@ -30,7 +30,7 @@
#include "m_pedit.h"
static struct m_pedit_util *pedit_list;
-int pedit_debug = 1;
+static int pedit_debug;
static void
explain(void)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists