[totem/gnome-3-14] grilo: Add debug statements



commit dd2b351e5bdc31da2b047b5a009825209cf0d492
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Apr 23 17:19:31 2015 +0200

    grilo: Add debug statements
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746165

 src/totem-grilo.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index 733d9c9..a0c9027 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -2487,6 +2487,8 @@ totem_grilo_finalize (GObject *object)
 void
 totem_grilo_start (TotemGrilo *self)
 {
+       g_debug ("TotemGrilo: Resuming videos thumbnailing");
+
        totem_grilo_resume_icon_thumbnailing ();
 
        if (self->priv->plugins_loaded)
@@ -2501,6 +2503,7 @@ totem_grilo_start (TotemGrilo *self)
 void
 totem_grilo_pause (TotemGrilo *self)
 {
+       g_debug ("TotemGrilo: Pausing videos thumbnailing");
        totem_grilo_pause_icon_thumbnailing ();
 }
 


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