summaryrefslogtreecommitdiff
path: root/dbus/dbus-auth.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-08-23 03:01:53 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2013-08-23 03:02:14 +0200
commit65cd1208e0559fffe4ba82ef10c6491744869b09 (patch)
tree05a0030538ab54c4a5b4cb54c7370df1e59168a5 /dbus/dbus-auth.c
parent9c0a70f5a3faa6a76e9a06e4e192ce551d7b880c (diff)
downloaddbus-65cd1208e0559fffe4ba82ef10c6491744869b09.tar.gz
trivial: re-word authorization failure message
Bug: http://bugs.freedesktop.org/show_bug.cgi?id=39720 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
Diffstat (limited to 'dbus/dbus-auth.c')
-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);
}