dpif: Don't log a warning in dpifmon_poll() for missing device.
authorBen Pfaff <blp@nicira.com>
Fri, 6 Mar 2009 18:57:30 +0000 (10:57 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 6 Mar 2009 18:57:30 +0000 (10:57 -0800)
commitca82eeba572289a427dec6adc9d80051c74e3cc5
tree6e054326e9ba0d0d40e8051fa1304e73bf7db2d3
parentd3bdf5a715fd7e8684738737ab5602593e1819be
dpif: Don't log a warning in dpifmon_poll() for missing device.

We were using dpif_port_query_by_name() here to see whether the device is
part of the datapath, so there's no point in logging a warning if it isn't.
lib/dpif.c