[ovs-dev] [ofp-print 06/15] ofp-util: Improve error log messages.

Justin Pettit jpettit at nicira.com
Tue Dec 14 22:12:00 UTC 2010


Looks good.

--Justin


On Dec 14, 2010, at 12:23 PM, Ben Pfaff wrote:

> ---
> lib/ofp-util.c |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lib/ofp-util.c b/lib/ofp-util.c
> index f0e0c69..f99b2b6 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)
>     };
> -- 
> 1.7.1
> 
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev_openvswitch.org





More information about the dev mailing list