dpif-linux: Log the correct port-PID mapping.
authorJustin Pettit <jpettit@nicira.com>
Sat, 5 Jan 2013 18:43:49 +0000 (10:43 -0800)
committerJustin Pettit <jpettit@nicira.com>
Thu, 10 Jan 2013 22:38:31 +0000 (14:38 -0800)
commitf205882ae92cce3f6188d6612093cea1ce902a31
tree4f695e1e70ba7ee0f25328b130ba435954a1970c
parent9032f11e8fbbe3b89fa39cd10e28cbdc81225fa0
dpif-linux: Log the correct port-PID mapping.

When adding a port, the code previously logged the requested port number
(which is generally UINT32_MAX) instead of the assigned port number.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
lib/dpif-linux.c