From 65cd1208e0559fffe4ba82ef10c6491744869b09 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 23 Aug 2013 03:01:53 +0200 Subject: [PATCH] trivial: re-word authorization failure message Bug: http://bugs.freedesktop.org/show_bug.cgi?id=39720 Reviewed-by: Ralf Habacker --- dbus/dbus-auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index 3da25ec51..fabe8c596 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); } -- 2.47.3