summaryrefslogtreecommitdiff
path: root/monitor/proxy
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2015-03-19 14:04:37 +0100
committerOndrej Holy <oholy@redhat.com>2015-03-19 14:08:28 +0100
commit9caf2227a2d710aad3ac7ffb6307bc4ca543c06e (patch)
treeb5c4f969468f969cb5742d4e3f3513742e7bea53 /monitor/proxy
parente104ee2f5109405f8eca1005cc3e4e666a29f50b (diff)
downloadgvfs-9caf2227a2d710aad3ac7ffb6307bc4ca543c06e.tar.gz
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
Diffstat (limited to 'monitor/proxy')
-rw-r--r--monitor/proxy/gproxyvolumemonitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/proxy/gproxyvolumemonitor.c b/monitor/proxy/gproxyvolumemonitor.c
index 4460ee05..623cb147 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);
}
}