Re: [Spice-devel] [PATCH spice-common] log: Remove spice_printerr macro

2018-06-29 Thread Christophe Fergeau
Once the spice-gtk patch is in, Acked-by: Christophe Fergeau On Thu, Jun 28, 2018 at 04:42:25PM +0100, Frediano Ziglio wrote: > All usages of this macro were removed. > A library should not log to standard error but use log facilities > so remove this macro to avoid possible future usage. > > Si

[Spice-devel] [PATCH spice-common] log: Remove spice_printerr macro

2018-06-28 Thread Frediano Ziglio
All usages of this macro were removed. A library should not log to standard error but use log facilities so remove this macro to avoid possible future usage. Signed-off-by: Frediano Ziglio --- common/log.h | 4 1 file changed, 4 deletions(-) diff --git a/common/log.h b/common/log.h index e