mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
actor: Remove trailing new line
The debug messages have a new line by default.
This commit is contained in:
parent
8b8aa0b492
commit
54a2a20e38
@ -8773,7 +8773,7 @@ _clutter_actor_queue_redraw_full (ClutterActor *self,
|
||||
CLUTTER_NOTE (PAINT,
|
||||
"Skipping queue_redraw('%s'): mapped=%s, "
|
||||
"mapped_clones=%s, "
|
||||
"in_cloned_branch=%s\n",
|
||||
"in_cloned_branch=%s",
|
||||
_clutter_actor_get_debug_name (self),
|
||||
CLUTTER_ACTOR_IS_MAPPED (self) ? "yes" : "no",
|
||||
clutter_actor_has_mapped_clones (self) ? "yes" : "no",
|
||||
|
Loading…
Reference in New Issue
Block a user