commit | 088c62e267022bc640185f2f079b73fc420bbfcb | [log] [tgz] |
---|---|---|
author | Scott Moreau <oreaus@gmail.com> | Mon Feb 11 04:45:38 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Feb 11 14:56:18 2013 -0500 |
tree | 96af2f390874606587af466e261c1225b2dab94d | |
parent | d1c426eef7f796a598bc19e9c9564167b0c4435b [diff] [blame] |
Use __func__ in log message instead of hard coded function name
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 @@ if (fabsf(v.f[3]) < 1e-6) { weston_log("warning: numerical instability in " - "weston_surface_to_global(), divisor = %g\n", + "%s(), divisor = %g\n", __func__, v.f[3]); *x = 0; *y = 0;