Re: [Patch iproute2] pedit: do not print debugging information by default
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2014-02-10 22:44:20
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2014-02-10 22:44:20
On Wed, 29 Jan 2014 15:12:59 -0800 Cong Wang [off-list ref] wrote:
Cc: Jamal Hadi Salim <jhs@mojatatu.com> Cc: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: Cong Wang <redacted> ---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)
Applied