[ovs-dev] [PATCHv2 2/2] vlog: add "vlog/list-pattern" command

Ansis Atteka aatteka at nicira.com
Sat Jun 27 20:53:40 UTC 2015


I pushed this patch to with changes you suggested. Thanks for review!

On Fri, Jun 26, 2015 at 3:59 PM, Ben Pfaff <blp at nicira.com> wrote:
> On Thu, Jun 25, 2015 at 12:54:23PM -0700, Ansis Atteka wrote:
>> This patch allows to query logging format at the runtime for each destination
>> with "vlog/list-pattern" command.
>>
>> Signed-Off-By: Ansis Atteka <aatteka at nicira.com>
>
> Compiler warnings:
>
>     ../lib/vlog.c:618:58: error: unused parameter 'argc'
>           [-Werror,-Wunused-parameter]
>     vlog_unixctl_list_pattern(struct unixctl_conn *conn, int argc,
>                                                              ^
>     ../lib/vlog.c:619:39: error: unused parameter 'argv'
>           [-Werror,-Wunused-parameter]
>                               const char *argv[], void *aux OVS_UNUSED)
>                                           ^
> Assuming you fix those,
> Acked-by: Ben Pfaff <blp at nicira.com>
>
> Thanks!



More information about the dev mailing list