Re: [ovs-dev] [error reporting 3/6] ofproto: Consistently log OpenFlow error replies.

2011-10-21 Thread Ethan Jackson
Looks good. Ethan On Thu, Sep 8, 2011 at 12:36, Ben Pfaff wrote: > 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

[ovs-dev] [error reporting 3/6] ofproto: Consistently log OpenFlow error replies.

2011-09-08 Thread Ben Pfaff
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. --- ofprot