summaryrefslogtreecommitdiff
path: root/libnm/nm-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-object.c')
-rw-r--r--libnm/nm-object.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm/nm-object.c b/libnm/nm-object.c
index 726edddf2b..c9f38756e7 100644
--- a/libnm/nm-object.c
+++ b/libnm/nm-object.c
@@ -632,7 +632,7 @@ _nm_object_create (GType type, GDBusConnection *connection, const char *path)
NULL, &error);
g_object_unref (proxy);
if (!ret) {
- g_warning ("Could not fetch property '%s' of interface '%s' on %s: %s\n",
+ dbgmsg ("Could not fetch property '%s' of interface '%s' on %s: %s\n",
type_data->property, type_data->interface, path, error->message);
g_error_free (error);
return NULL;
@@ -753,7 +753,7 @@ create_async_got_property (GObject *proxy, GAsyncResult *result, gpointer user_d
g_variant_unref (value);
g_variant_unref (ret);
} else {
- g_warning ("Could not fetch property '%s' of interface '%s' on %s: %s\n",
+ dbgmsg ("Could not fetch property '%s' of interface '%s' on %s: %s\n",
type_data->property, type_data->interface, async_data->path,
error->message);
g_clear_error (&error);