[gvfs] proxy volume monitor: Drop init warning if gvfs dbus service is not installed
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] proxy volume monitor: Drop init warning if gvfs dbus service is not installed
- Date: Fri, 20 Feb 2015 12:49:37 +0000 (UTC)
commit 9f14d0e726e517062820449b9fecf47477c8ecaa
Author: Alexander Larsson <alexl redhat com>
Date: Fri Feb 20 13:48:40 2015 +0100
proxy volume monitor: Drop init warning if gvfs dbus service is not installed
This caused make check to fail in gtk+
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 6f14121..4460ee0 100644
--- a/monitor/proxy/gproxyvolumemonitor.c
+++ b/monitor/proxy/gproxyvolumemonitor.c
@@ -1488,7 +1488,7 @@ g_proxy_volume_monitor_register (GIOModule *module)
else
{
if (!g_error_matches (error, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD))
- 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]