summaryrefslogtreecommitdiff
path: root/libsecret/secret-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsecret/secret-util.c')
-rw-r--r--libsecret/secret-util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libsecret/secret-util.c b/libsecret/secret-util.c
index b5d431a..1b4f13d 100644
--- a/libsecret/secret-util.c
+++ b/libsecret/secret-util.c
@@ -125,8 +125,7 @@ _secret_util_strip_remote_error (GError **error)
remote = g_dbus_error_get_remote_error (*error);
if (remote) {
if (g_dbus_error_strip_remote_error (*error)) {
- g_message ("Remote error from secret service: %s: %s",
- remote, (*error)->message);
+ g_info ("Remote error from secret service: %s: %s", remote, (*error)->message);
}
g_free (remote);
}