dpif: Better log unusual errors in dpif_port_query_by_name().
authorBen Pfaff <blp@nicira.com>
Thu, 7 Apr 2011 21:43:14 +0000 (14:43 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 4 May 2011 17:27:21 +0000 (10:27 -0700)
commitd647f0a7442e7c9a0aa6026f55de2c74734599af
tree70579697afecc94b7d246f62940050a33bb3fdb4
parentf4ac3fc104d83edce7d3f2410a7b02cb56dd0ac2
dpif: Better log unusual errors in dpif_port_query_by_name().

Logging these unusual errors at a low level means that we can remove a
bit of higher-level code from ofproto.

The ofproto change also changes behavior for these error cases, from doing
nothing to removing the port, but I think that's OK.  I've never noticed
this log message.
lib/dpif.c