nx-match: Use correct printf format specifiers.
authorJesse Gross <jesse@nicira.com>
Sun, 12 Dec 2010 06:53:34 +0000 (22:53 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 13 Dec 2010 19:07:15 +0000 (11:07 -0800)
commite5fccb40da338a68fd6360e4de1d65a526c9d1d1
tree4a50fa23695e87509df6d450d3edebd6865f916f
parentcf22f8cba328c0fb47a7e6811563f773fc232904
nx-match: Use correct printf format specifiers.

A few of the printf format specifiers didn't match the type that
they were printing.  On 32-bit platforms there is some overlap
but on 64-bit they cause a mismatch.
lib/nx-match.c