Index: openacs-4/packages/acs-authentication/tcl/driver-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/driver-procs.tcl,v diff -u -r1.7 -r1.7.12.1 --- openacs-4/packages/acs-authentication/tcl/driver-procs.tcl 10 Jan 2007 21:22:01 -0000 1.7 +++ openacs-4/packages/acs-authentication/tcl/driver-procs.tcl 18 Aug 2015 12:22:04 -0000 1.7.12.1 @@ -37,8 +37,7 @@ -impl_id $impl_id \ -operation GetParameters] } { - global errorInfo - ns_log Error "Error getting parameters for impl_id $impl_id: $errmsg\n$errorInfo" + ns_log Error "Error getting parameters for impl_id $impl_id: $errmsg\n$::errorInfo" } return $parameters }