Re: [PATCH weston 5/6] allow compositors to define the logging behavior

2016-05-25 Thread Quentin Glidic
On 24/05/2016 18:59, Giulio Camuffo wrote: Signed-off-by: Giulio Camuffo --- src/compositor.h | 5 ++-- src/log.c| 74 ++- src/main.c | 80 3 files changed, 90 insertions(+),

[PATCH weston 5/6] allow compositors to define the logging behavior

2016-05-24 Thread Giulio Camuffo
Signed-off-by: Giulio Camuffo --- src/compositor.h | 5 ++-- src/log.c| 74 ++- src/main.c | 80 3 files changed, 90 insertions(+), 69 deletions(-) diff --git a/src/compositor.