[gvfs] proxy volume monitor: Drop init warning



commit 9caf2227a2d710aad3ac7ffb6307bc4ca543c06e
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Mar 19 14:04:37 2015 +0100

    proxy volume monitor: Drop init warning
    
    This caused make to fail e.g. in libgweather:
    
    (g-ir-compiler:11785): GVFS-RemoteVolumeMonitor-WARNING **: Error: The connection is closed
    kernel: traps: g-ir-compiler[4216] trap int3 ip:7f76f9fa2663 sp:7fff1e6a2d90 error:0
    With gvfs-1.22.3 no error's
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746398

 monitor/proxy/gproxyvolumemonitor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/monitor/proxy/gproxyvolumemonitor.c b/monitor/proxy/gproxyvolumemonitor.c
index 4460ee0..623cb14 100644
--- a/monitor/proxy/gproxyvolumemonitor.c
+++ b/monitor/proxy/gproxyvolumemonitor.c
@@ -1494,7 +1494,7 @@ g_proxy_volume_monitor_register (GIOModule *module)
         }
       else
         {
-          g_warning ("Error: %s\n", error->message);
+          g_debug ("Error: %s\n", error->message);
           g_error_free (error);
         }
     }


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