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 -r1.28 -r1.29 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 11 Sep 2003 09:20:37 -0000 1.28 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 11 Sep 2003 09:22:11 -0000 1.29 @@ -99,7 +99,7 @@ } } { set auth_info(auth_status) failed_to_connect - set auth_info(auth_message) "Error invoking the authentication driver." + set auth_info(auth_message) $errmsg global errorInfo ns_log Error "Error invoking authentication driver for authority_id = $authority_id: $errorInfo" } @@ -378,7 +378,7 @@ -secret_answer $secret_answer] } { set auth_info(auth_status) failed_to_connect - set auth_info(auth_message) "Error invoking the account registration driver." + set auth_info(auth_message) $errmsg global errorInfo ns_log Error "Error invoking account registratino driver for authority_id = $authority_id: $errorInfo" }