ofproto: Consistently log OpenFlow error replies.
authorBen Pfaff <blp@nicira.com>
Thu, 8 Sep 2011 18:17:54 +0000 (11:17 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 2 Nov 2011 15:45:34 +0000 (08:45 -0700)
commit765899376740486ca111c62a851b6120864f5698
tree0a0a1530a2f487505479847711d3218c606793fe
parent5a020ef3b58a46ebf8ac9b5562a84144cf13ed05
ofproto: Consistently log OpenFlow error replies.

Until now, logging of OpenFlow error replies sent to controllers has been
haphazard.  This commit logs them centrally, ensuring that every OpenFlow
error sent to a controller is logged.

At the same time, we can eliminate the individual log messages that a few
OpenFlow errors triggered.
ofproto/connmgr.c
ofproto/ofproto.c