Re: [PATCH] compositor: Use weston_log rather than perror for error messages

2014-04-01 Thread Kristian Høgsberg
On Fri, Mar 21, 2014 at 05:54:02AM +, Bryce W. Harrington wrote: > weston_log() seems to be the standard elsewhere in the codebase for > errors. These are the only two instances where perror() is used > instead, and their error messages aren't that informative anyway. > > Signed-off-by: Bryce

Re: [PATCH] compositor: Use weston_log rather than perror for error messages

2014-04-01 Thread Kristian Høgsberg
On Tue, Mar 18, 2014 at 07:34:56PM +, Bryce W. Harrington wrote: > weston_log() seems to be the standard elsewhere in the codebase for > errors. These are the only two instances where perror() is used > instead, and their error messages aren't that informative anyway. > > Signed-off-by: Bryce

Re: [PATCH] compositor: Use weston_log rather than perror for error messages

2014-03-22 Thread Hardening
Le 22/03/2014 12:21, Pekka Paalanen a écrit : On Fri, 21 Mar 2014 05:54:02 + "Bryce W. Harrington" wrote: weston_log() seems to be the standard elsewhere in the codebase for errors. These are the only two instances where perror() is used instead, and their error messages aren't that infor

Re: [PATCH] compositor: Use weston_log rather than perror for error messages

2014-03-22 Thread Pekka Paalanen
On Fri, 21 Mar 2014 05:54:02 + "Bryce W. Harrington" wrote: > weston_log() seems to be the standard elsewhere in the codebase for > errors. These are the only two instances where perror() is used > instead, and their error messages aren't that informative anyway. > > Signed-off-by: Bryce Ha

[PATCH] compositor: Use weston_log rather than perror for error messages

2014-03-20 Thread Bryce W. Harrington
weston_log() seems to be the standard elsewhere in the codebase for errors. These are the only two instances where perror() is used instead, and their error messages aren't that informative anyway. Signed-off-by: Bryce Harrington --- src/compositor-wayland.c |4 ++-- 1 file changed, 2 inser

Re: [PATCH] compositor: Use weston_log rather than perror for error messages

2014-03-20 Thread Bryce W. Harrington
On Wed, Mar 19, 2014 at 09:19:03AM +0200, Pekka Paalanen wrote: > On Wed, 19 Mar 2014 00:21:20 +0100 > Hardening wrote: > > > Le 18/03/2014 20:34, Bryce W. Harrington a écrit : > > > weston_log() seems to be the standard elsewhere in the codebase for > > > errors. These are the only two instance

Re: [PATCH] compositor: Use weston_log rather than perror for error messages

2014-03-19 Thread Pekka Paalanen
On Wed, 19 Mar 2014 00:21:20 +0100 Hardening wrote: > Le 18/03/2014 20:34, Bryce W. Harrington a écrit : > > weston_log() seems to be the standard elsewhere in the codebase for > > errors. These are the only two instances where perror() is used > > instead, and their error messages aren't that i

Re: [PATCH] compositor: Use weston_log rather than perror for error messages

2014-03-18 Thread Hardening
Le 18/03/2014 20:34, Bryce W. Harrington a écrit : weston_log() seems to be the standard elsewhere in the codebase for errors. These are the only two instances where perror() is used instead, and their error messages aren't that informative anyway. Signed-off-by: Bryce Harrington --- src/com

[PATCH] compositor: Use weston_log rather than perror for error messages

2014-03-18 Thread Bryce W. Harrington
weston_log() seems to be the standard elsewhere in the codebase for errors. These are the only two instances where perror() is used instead, and their error messages aren't that informative anyway. Signed-off-by: Bryce Harrington --- src/compositor-wayland.c |4 ++-- 1 file changed, 2 inser