[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1400931968-7862-1-git-send-email-jhs@emojatatu.com>
Date: Sat, 24 May 2014 07:46:08 -0400
From: Jamal Hadi Salim <jhs@...atatu.com>
To: stephen@...workplumber.org
Cc: seann@...dejurgen.com, netdev@...r.kernel.org,
Jamal Hadi Salim <jhs@...atatu.com>
Subject: [PATCH 1/1] Remove unnecessary debug statement
From: Jamal Hadi Salim <jhs@...atatu.com>
Reported-by: Seann Herdejurgen <seann@...dejurgen.com>
Signed-off-by: Jamal Hadi Salim <jhs@...atatu.com>
---
tc/m_police.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tc/m_police.c b/tc/m_police.c
index df295e0..915f1a5 100644
--- a/tc/m_police.c
+++ b/tc/m_police.c
@@ -149,7 +149,6 @@ int act_parse_police(struct action_util *a,int *argc_p, char ***argv_p, int tca_
while (argc > 0) {
- fprintf(stderr,"police argc %d argv %s\n", argc, *argv);
if (matches(*argv, "index") == 0) {
NEXT_ARG();
if (get_u32(&p.index, *argv, 10)) {
--
1.7.9.5
--
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