[totem/gnome-3-10] backend: Hide verbose debug output
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/gnome-3-10] backend: Hide verbose debug output
- Date: Thu, 22 Aug 2013 15:47:26 +0000 (UTC)
commit b212d122fc8cdc9762e8c548b85ba288c8b135d1
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]