ovs-numa: Correct printf format specifiers.
authorBen Pfaff <blp@nicira.com>
Wed, 13 Aug 2014 21:19:21 +0000 (14:19 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 13 Aug 2014 21:26:37 +0000 (14:26 -0700)
commit6dd0eefefb5cd3e26a90b3e7d3130e97b8444ed2
treee4b800060bd9c6b67afc84c8b01bc76e056f0635
parentb2d9d3e8716768bfe115339feedb8c8022796b04
ovs-numa: Correct printf format specifiers.

list_size() yields a size_t, not uint64_t, and these types are different on
32-bit targets.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Alex Wang <alexw@nicira.com>
lib/ovs-numa.c