Re: [Spice-devel] [PATCH spice-common 2/2] log: Force format in log macro to be a string

2017-06-19 Thread Marc-André Lureau
Hi - Original Message - > Make sure format is a string and not a pointer. > > Signed-off-by: Frediano Ziglio Reviewed-by: Marc-André Lureau > --- > common/log.h | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > >

[Spice-devel] [PATCH spice-common 2/2] log: Force format in log macro to be a string

2017-06-19 Thread Frediano Ziglio
Make sure format is a string and not a pointer. Signed-off-by: Frediano Ziglio --- common/log.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/log.h b/common/log.h index ed701ca..c6d260c 100644 --- a/common/log.h +++ b/common/log.h @@