[totem] backend: Use g_debug() for debug messages



commit ee53162d3516e67f6c20be44d4ee9e65507b9495
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Mar 7 23:12:17 2013 +0100

    backend: Use g_debug() for debug messages

 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 e4ebba5..85c23ea 100644
--- a/src/backend/totem-aspect-frame.c
+++ b/src/backend/totem-aspect-frame.c
@@ -398,7 +398,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]