summaryrefslogtreecommitdiff
path: root/src/nm-manager-auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-manager-auth.c')
-rw-r--r--src/nm-manager-auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nm-manager-auth.c b/src/nm-manager-auth.c
index ca58df1df6..2b032cbf71 100644
--- a/src/nm-manager-auth.c
+++ b/src/nm-manager-auth.c
@@ -386,8 +386,8 @@ pk_call_cb (GObject *object, GAsyncResult *result, gpointer user_data)
if (!call->chain->error)
call->chain->error = g_error_copy (error);
- nm_log_warn (LOGD_CORE, "error requesting auth for %s: (%d) %s",
- call->permission, error->code, error->message);
+ nm_log_warn (LOGD_CORE, "error requesting auth for %s: %s",
+ call->permission, error->message);
g_clear_error (&error);
} else {
guint call_result = NM_AUTH_CALL_RESULT_UNKNOWN;