dpif: Don't log warning for ENOENT with dpif_port_exists().
authorJustin Pettit <jpettit@nicira.com>
Thu, 15 Nov 2012 21:05:58 +0000 (13:05 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 16 Nov 2012 20:35:55 +0000 (12:35 -0800)
commitbee6b8bc16b1c42fef8843cffe4d68b464cddadf
treebee133cc951572e0265a9e77ec0c62bb94344289
parent0958f12880427e4f3ea3fcc758a3ddf681ae6f5d
dpif: Don't log warning for ENOENT with dpif_port_exists().

The caller wants to know whether 'devname' is attached to 'dpif', and
ENOENT is a legitimate response to that not being the case.

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