[clutter] actor: Remove trailing new line



commit 54a2a20e3846704b54d02969facdde268c9024d5
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Apr 30 12:42:44 2015 +0100

    actor: Remove trailing new line
    
    The debug messages have a new line by default.

 clutter/clutter-actor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c
index fd0b8a9..2032567 100644
--- a/clutter/clutter-actor.c
+++ b/clutter/clutter-actor.c
@@ -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",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]