Re: [Spice-devel] [RFC spice-vdagent 09/18] udscs: simplify logging

2018-09-19 Thread Victor Toso
Hi, Forgot to reply to this one, small suggestions below. On Tue, Aug 14, 2018 at 08:53:43PM +0200, Jakub Janků wrote: > Remove type_to_string, no_types arguments from > udscs_connect() and udscs_server_new(). > udscs is used only in vdagent.c and vdagentd.c > and in both cases the args are the s

[Spice-devel] [RFC spice-vdagent 09/18] udscs: simplify logging

2018-08-14 Thread Jakub Janků
Remove type_to_string, no_types arguments from udscs_connect() and udscs_server_new(). udscs is used only in vdagent.c and vdagentd.c and in both cases the args are the same (vdagentd_messages, VDAGENTD_NO_MESSAGES). Add debug_print_message_header(). --- src/udscs.c | 52 +