Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -N -r1.110 -r1.111 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 30 Nov 2018 09:54:58 -0000 1.110 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 21 Dec 2018 15:24:13 -0000 1.111 @@ -260,7 +260,7 @@ } on error {errorMsg} { set result(auth_status) failed_to_connect set result(auth_message) $errorMsg - ad_log Error "auth::authenticate: error invoking authentication driver for authority_id = $authority_id: $::errorInfo" + ad_log Error "auth::authenticate: error '$errorMsg' invoking authentication driver for authority_id = $authority_id: $::errorInfo" } # Returns: @@ -1283,8 +1283,8 @@ All entries are guaranteed to always be set, but may be empty.