From 1644ad85d489df02151a3462d6a33108a52dc9bd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 12 Mar 2012 12:32:10 +0000 Subject: [PATCH 1/3] trivial: re-word authorization failure message Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39720 --- dbus/dbus-auth.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index b57255c..c730267 100644 --- a/dbus/dbus-auth.c +++ b/dbus/dbus-auth.c @@ -1136,8 +1136,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); } -- 1.7.9.1