[gnome-media] Don't show debug output when disabling debugging



commit c03480a8bdfbaac1b5d49ff66cc65e8deb47fe18
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Apr 23 15:13:22 2009 +0100

    Don't show debug output when disabling debugging
    
    Apparently it's annoying:
    https://bugzilla.redhat.com/show_bug.cgi?id=493138
---
 gnome-volume-control/src/gvc-log.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/gnome-volume-control/src/gvc-log.c b/gnome-volume-control/src/gvc-log.c
index fe9925e..03a9486 100644
--- a/gnome-volume-control/src/gvc-log.c
+++ b/gnome-volume-control/src/gvc-log.c
@@ -57,7 +57,6 @@ gvc_log_set_debug (gboolean debug)
                 log_levels |= G_LOG_LEVEL_DEBUG;
                 g_debug ("Enabling debugging");
         } else {
-                g_debug ("Disabling debugging");
                 log_levels &= ~G_LOG_LEVEL_DEBUG;
         }
 }



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