[PATCH weston] weston-launch: Print explanation of why we failed to open the device

2013-05-20 Thread Rob Bradford
From: Rob Bradford --- src/weston-launch.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/weston-launch.c b/src/weston-launch.c index 89c3c5a..42b2506 100644 --- a/src/weston-launch.c +++ b/src/weston-launch.c @@ -320,12 +320,17 @@ handle_open(struct weston_launch

Re: [PATCH weston] weston-launch: Print explanation of why we failed to open the device

2013-05-20 Thread Kristian Høgsberg
On Mon, May 20, 2013 at 04:55:10PM +0100, Rob Bradford wrote: > From: Rob Bradford That's better, though I wonder if we should instead let weston log the error message using weston_log()... committed this for now. Kristian > --- > src/weston-launch.c | 7 ++- > 1 file changed, 6 insertions

weston-launch logging and security (Re: [PATCH weston] weston-launch: Print explanation of why we failed to open the device)

2013-05-21 Thread Pekka Paalanen
On Mon, 20 May 2013 16:56:47 -0400 Kristian Høgsberg wrote: > On Mon, May 20, 2013 at 04:55:10PM +0100, Rob Bradford wrote: > > From: Rob Bradford > > That's better, though I wonder if we should instead let weston log the > error message using weston_log()... committed this for now. That was m