[gvfs] gvfsproxyvolumemonitordaemon: Turn off debug



commit 9d29cf7acff8d899dc97b8659b1ed1e65cf42d6b
Author: Colin Walters <walters verbum org>
Date:   Sun Nov 3 19:03:06 2013 -0500

    gvfsproxyvolumemonitordaemon: Turn off debug
    
    Now that dbus-activated session services have their stdout/stderr
    connected to the systemd journal (as of recent dbus), these debug
    messages now show up by default.
    
    The #define DEBUG_ENABLED was apparently turned on by accident in
    commit 8315eaf84e52c6a00a4905f1f6a73182db9e8015 - we can just turn it
    off again.
    
    (Why is this not just g_debug()?  Who knows...)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711365

 monitor/proxy/gvfsproxyvolumemonitordaemon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/monitor/proxy/gvfsproxyvolumemonitordaemon.c b/monitor/proxy/gvfsproxyvolumemonitordaemon.c
index 0201cf2..e0d19ae 100644
--- a/monitor/proxy/gvfsproxyvolumemonitordaemon.c
+++ b/monitor/proxy/gvfsproxyvolumemonitordaemon.c
@@ -45,7 +45,7 @@ static gboolean always_call_mount = FALSE;
 
 static GVfsRemoteVolumeMonitor *monitor_daemon = NULL;
 
-#define DEBUG_ENABLED
+/* #define DEBUG_ENABLED */
 
 #ifdef DEBUG_ENABLED
 static void


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