From: Ben Pfaff Date: Fri, 21 Aug 2009 20:46:47 +0000 (-0700) Subject: netflow: Remove stray debug printf(). X-Git-Tag: v0.90.5~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f91f0811394774826631aa22e5b50b27acbb5c46;p=sliver-openvswitch.git netflow: Remove stray debug printf(). --- diff --git a/secchan/netflow.c b/secchan/netflow.c index 0162c45ab..7dd2e0431 100644 --- a/secchan/netflow.c +++ b/secchan/netflow.c @@ -197,7 +197,6 @@ netflow_expire(struct netflow *nf, const struct ofexpired *expired) uint16_t iface = (nf->engine_id & 0x7f) << 9; nf_rec->input = htons(iface | (expired->flow.in_port & 0x1ff)); nf_rec->output = htons(iface); - printf("input: %x\n", ntohs(nf_rec->input)); } else { nf_rec->input = htons(expired->flow.in_port); nf_rec->output = htons(0);