Re: [PATCH] compositor: change position of weston_log_file_open call

2012-06-11 Thread Kristian Høgsberg
On Sat, Jun 09, 2012 at 03:10:28PM +0200, Rafal Mielniczuk wrote: > In case XDG_RUNTIME_DIR was not set, weston_log > will crash the compositor instead of spitting > error msg, as weston log was not yet opened Ah, yes, not good. Committed. Kristian > --- > src/compositor.c |4 ++-- > 1 file

[PATCH] compositor: change position of weston_log_file_open call

2012-06-09 Thread Rafal Mielniczuk
In case XDG_RUNTIME_DIR was not set, weston_log will crash the compositor instead of spitting error msg, as weston log was not yet opened --- src/compositor.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index 700f31b..0230de8 10064