Looks good. Thanks. --Justin
On Jul 19, 2012, at 12:24 AM, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff <b...@nicira.com> > --- > lib/nx-match.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/lib/nx-match.c b/lib/nx-match.c > index 8b2a822..4bc4973 100644 > --- a/lib/nx-match.c > +++ b/lib/nx-match.c > @@ -67,7 +67,8 @@ nx_entry_ok(const void *p, unsigned int match_len) > > if (match_len < 4) { > if (match_len) { > - VLOG_DBG_RL(&rl, "nx_match ends with partial nxm_header"); > + VLOG_DBG_RL(&rl, "nx_match ends with partial (%u-byte) > nxm_header", > + match_len); > } > return 0; > } > -- > 1.7.2.5 > > _______________________________________________ > dev mailing list > dev@openvswitch.org > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev