Re: [PATCH weston] Use __func__ in log message instead of hard coded function name

2013-02-11 Thread Kristian Høgsberg
On Mon, Feb 11, 2013 at 04:45:38AM -0700, Scott Moreau wrote: > --- > src/compositor.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. Kristian > diff --git a/src/compositor.c b/src/compositor.c > index 8a2504b..994f814 100644 > --- a/src/compositor.c > +++ b/src/com

[PATCH weston] Use __func__ in log message instead of hard coded function name

2013-02-11 Thread Scott Moreau
--- src/compositor.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compositor.c b/src/compositor.c index 8a2504b..994f814 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -327,7 +327,7 @@ weston_surface_to_global_float(struct weston_surface *surface,