actor: Clean up the debug node for out-of-band transforms
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 13 Jan 2012 16:21:15 +0000 (16:21 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 16 Jan 2012 11:04:44 +0000 (11:04 +0000)
commit7c14ba7d374db06db737b5b5e2df154ae5564df2
treee39a1dab9425b32d980bb46daf753d3401bc6e6a
parentf2a4aee41254ff9eb44655de4d2c5e8f7767e5cb
actor: Clean up the debug node for out-of-band transforms

Enclose the check inside a #ifdef CLUTTER_ENABLE_DEBUG ... #endif, so
that we can compile it out; also, use g_string_append() instead of the
g_string_append_printf() function, given that we're just concatenating
strings.
clutter/clutter-actor.c