[gnome-flashback] libautomount-manager: don't fill log file with debug info



commit 828bb1379fca42f40655e620b4c8b5f5b1525c5d
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Oct 26 00:02:39 2014 +0300

    libautomount-manager: don't fill log file with debug info

 .../libautomount-manager/gsd-automount-manager.c   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-flashback/libautomount-manager/gsd-automount-manager.c 
b/gnome-flashback/libautomount-manager/gsd-automount-manager.c
index 98e0e80..43366fc 100644
--- a/gnome-flashback/libautomount-manager/gsd-automount-manager.c
+++ b/gnome-flashback/libautomount-manager/gsd-automount-manager.c
@@ -330,7 +330,7 @@ session_props_changed (GDBusProxy *session, GVariant *v, char **props, gpointer
 
         g_variant_get (active_v, "b", &is_active);
         g_variant_unref (active_v);
-        g_printerr ("AUTOMOUNT: session is active: %d -> %d\n", p->session_is_active, is_active);
+        g_debug ("AUTOMOUNT: session is active: %d -> %d", p->session_is_active, is_active);
         p->session_is_active = is_active;
 
         if (!p->session_is_active) {


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