ofp-print: Pretty-print payloads in all error messages, except "hello"s.
authorBen Pfaff <blp@nicira.com>
Fri, 30 Sep 2011 18:01:49 +0000 (11:01 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 27 Oct 2011 17:50:18 +0000 (10:50 -0700)
commitfdc5d61fb7b28829d25dd5f6f5dbddce6253f71a
treef615a1fa564c512016b24eb4b68c93e0591b8a0b
parent9b446bfaa25c3cf44ace4821bd06c675d432df56
ofp-print: Pretty-print payloads in all error messages, except "hello"s.

This function was only pretty-printing "bad request" error payloads.  I
don't know why.  It makes sense to pretty-print all of them except for
"hello" messages, which already have their own special cases.

Suggestion #7369.
Suggested-by: Reid Price <reid@nicira.com>
lib/ofp-print.c