mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
actor: Remove trailing new line
The debug messages have a new line by default.
This commit is contained in:
@ -8773,7 +8773,7 @@ _clutter_actor_queue_redraw_full (ClutterActor *self,
|
|||||||
CLUTTER_NOTE (PAINT,
|
CLUTTER_NOTE (PAINT,
|
||||||
"Skipping queue_redraw('%s'): mapped=%s, "
|
"Skipping queue_redraw('%s'): mapped=%s, "
|
||||||
"mapped_clones=%s, "
|
"mapped_clones=%s, "
|
||||||
"in_cloned_branch=%s\n",
|
"in_cloned_branch=%s",
|
||||||
_clutter_actor_get_debug_name (self),
|
_clutter_actor_get_debug_name (self),
|
||||||
CLUTTER_ACTOR_IS_MAPPED (self) ? "yes" : "no",
|
CLUTTER_ACTOR_IS_MAPPED (self) ? "yes" : "no",
|
||||||
clutter_actor_has_mapped_clones (self) ? "yes" : "no",
|
clutter_actor_has_mapped_clones (self) ? "yes" : "no",
|
||||||
|
Reference in New Issue
Block a user