Revert "trivial: re-word authorization failure message"
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 23 Aug 2013 10:09:28 +0000 (11:09 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 23 Aug 2013 10:10:40 +0000 (11:10 +0100)
This reverts commit 65cd1208e0559fffe4ba82ef10c6491744869b09.

dbus/dbus-auth.c

index fabe8c5..3da25ec 100644 (file)
@@ -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);
         }