mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 18:08:01 +02:00
Revert "trivial: re-word authorization failure message"
This reverts commit 65cd1208e0.
This commit is contained in:
parent
f9b4432dbb
commit
b75b6c4202
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue