summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbus/dbus-auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c
index 3da25ec5..fabe8c59 100644
--- a/dbus/dbus-auth.c
+++ b/dbus/dbus-auth.c
@@ -1128,8 +1128,8 @@ handle_server_data_external_mech (DBusAuth *auth,
}
else
{
- _dbus_verbose ("%s: desired identity does not match server identity: "
- "not authorized\n", DBUS_AUTH_NAME (auth));
+ _dbus_verbose ("%s: authenticated identity not authorized by server\n",
+ DBUS_AUTH_NAME (auth));
return send_rejected (auth);
}