> On Mar 7, 2016, at 11:19 AM, Ben Pfaff <b...@ovn.org> wrote:
> 
> +    if (VLOG_IS_DBG_ENABLED()) {
> +        char *params = json_to_string(request->params, 0);
> +        char *id = json_to_string(request->id, 0);
> +        VLOG_DBG("received request %s%s, id=%s", request->method, params, 
> id);
> +        free(params);
> +        free(id);
> +    }

Not a big deal, but the containing function has a variable called "params" of a 
different type.

Acked-by: Justin Pettit <jpet...@ovn.org>

--Justin



_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to