[totem/gnome-3-8] backend: Hide verbose debug output



commit ca02d768a6101f8a7117991b5875c035e95a1a93
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Aug 22 17:46:02 2013 +0200

    backend: Hide verbose debug output

 src/backend/totem-aspect-frame.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/backend/totem-aspect-frame.c b/src/backend/totem-aspect-frame.c
index 4a3025b..7dee217 100644
--- a/src/backend/totem-aspect-frame.c
+++ b/src/backend/totem-aspect-frame.c
@@ -433,7 +433,7 @@ totem_aspect_frame_set_rotation (TotemAspectFrame *frame,
   else if (rotation == 270.0 && fmod (frame->priv->rotation, 360.0) == 0.0)
     totem_aspect_frame_set_rotation_internal (frame, 360.0, FALSE);
 
-  g_message ("Setting rotation to '%lf'", rotation);
+  g_debug ("Setting rotation to '%lf'", rotation);
 
   frame->priv->rotation = rotation;
   totem_aspect_frame_set_rotation_internal (frame, rotation, TRUE);


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