From: Ben Pfaff Date: Fri, 21 Aug 2009 20:46:47 +0000 (-0700) Subject: netflow: Remove stray debug printf(). X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f91f0811394774826631aa22e5b50b27acbb5c46;hp=eeb569bf8ccb5760154205d0ccdef56ff0e9c5a7;p=openvswitch netflow: Remove stray debug printf(). --- diff --git a/secchan/netflow.c b/secchan/netflow.c index 0162c45a..7dd2e043 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);