2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

ofp-util: Improve error log messages.

This commit is contained in:
Ben Pfaff
2010-12-13 16:20:24 -08:00
parent 5c47debbf0
commit 08717852cd

View File

@@ -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)
};