summaryrefslogtreecommitdiff
path: root/plugins/usb-protection/gsd-usb-protection-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/usb-protection/gsd-usb-protection-manager.c')
-rw-r--r--plugins/usb-protection/gsd-usb-protection-manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/usb-protection/gsd-usb-protection-manager.c b/plugins/usb-protection/gsd-usb-protection-manager.c
index 0b0557fe..63a4e0d7 100644
--- a/plugins/usb-protection/gsd-usb-protection-manager.c
+++ b/plugins/usb-protection/gsd-usb-protection-manager.c
@@ -154,7 +154,8 @@ dbus_call_log_error (GObject *source_object,
result = g_dbus_proxy_call_finish (G_DBUS_PROXY (source_object),
res,
&error);
- if (result == NULL)
+ if (result == NULL &&
+ !g_error_matches (error, G_DBUS_ERROR, G_DBUS_ERROR_SERVICE_UNKNOWN))
g_warning ("%s: %s", msg, error->message);
}