From 1c018a51e01d179c191b1a05de7e77132596592b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 4 Mar 2009 17:34:04 -0800 Subject: [PATCH] secchan: Remove obsolete debug printf()s. --- secchan/ofproto.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/secchan/ofproto.c b/secchan/ofproto.c index 7828b134..4fbd4d5c 100644 --- a/secchan/ofproto.c +++ b/secchan/ofproto.c @@ -2680,13 +2680,6 @@ expire_rule(struct cls_rule *cls_rule, void *p_) } } -#if 0 - printf("expiring rule (%s): ", - (now >= hard_expiration ? "hard" : "idle")); - flow_print(stdout, &rule->cr.flow); - printf("\n"); -#endif - send_flow_exp(p, rule, now, (now >= hard_expiration ? OFPER_HARD_TIMEOUT : OFPER_IDLE_TIMEOUT)); @@ -2714,9 +2707,6 @@ update_used(struct ofproto *p) rule = rule_from_cls_rule( classifier_find_rule_exactly(&p->cls, &f->key, 0, UINT16_MAX)); if (!rule) { - printf("deleting mysterious rule from datapath\n"); - flow_print(stdout, &f->key); - printf("\n"); dpif_flow_del(&p->dpif, f); continue; } -- 2.30.2