Revert "trivial: re-word authorization failure message"

This reverts commit 65cd1208e0.
This commit is contained in:
Simon McVittie 2013-08-23 11:09:28 +01:00
parent f9b4432dbb
commit b75b6c4202

View file

@ -1128,8 +1128,8 @@ handle_server_data_external_mech (DBusAuth *auth,
}
else
{
_dbus_verbose ("%s: authenticated identity not authorized by server\n",
DBUS_AUTH_NAME (auth));
_dbus_verbose ("%s: desired identity does not match server identity: "
"not authorized\n", DBUS_AUTH_NAME (auth));
return send_rejected (auth);
}