From: Simon McVittie Date: Fri, 23 Aug 2013 01:01:53 +0000 (+0200) Subject: trivial: re-word authorization failure message X-Git-Tag: dbus-1.7.6~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65cd1208e0559fffe4ba82ef10c6491744869b09;p=thirdparty%2Fdbus.git trivial: re-word authorization failure message Bug: http://bugs.freedesktop.org/show_bug.cgi?id=39720 Reviewed-by: Ralf Habacker --- 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); }