From: Ben Pfaff Date: Tue, 14 Dec 2010 00:20:24 +0000 (-0800) Subject: ofp-util: Improve error log messages. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08717852cdbb3cade9ab2efde881bb15c5e359e9;p=openvswitch ofp-util: Improve error log messages. --- diff --git a/lib/ofp-util.c b/lib/ofp-util.c index f0e0c69e..f99b2b65 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -471,7 +471,7 @@ ofputil_decode_nxst_request(const struct ofp_header *oh, }; static const struct ofputil_msg_category nxst_request_category = { - "Nicira extension statistics", + "Nicira extension statistics request", nxst_requests, ARRAY_SIZE(nxst_requests), OFP_MKERR(OFPET_BAD_REQUEST, OFPBRC_BAD_SUBTYPE) }; @@ -505,7 +505,7 @@ ofputil_decode_nxst_reply(const struct ofp_header *oh, }; static const struct ofputil_msg_category nxst_reply_category = { - "Nicira extension statistics", + "Nicira extension statistics reply", nxst_replies, ARRAY_SIZE(nxst_replies), OFP_MKERR(OFPET_BAD_REQUEST, OFPBRC_BAD_SUBTYPE) };