Index: openacs-4/packages/acs-authentication/tcl/sync-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/sync-procs.tcl,v diff -u -r1.35 -r1.35.2.1 --- openacs-4/packages/acs-authentication/tcl/sync-procs.tcl 27 Oct 2014 16:39:01 -0000 1.35 +++ openacs-4/packages/acs-authentication/tcl/sync-procs.tcl 18 Aug 2015 12:22:04 -0000 1.35.2.1 @@ -194,8 +194,7 @@ To view the complete log, please visit\n$job(log_url)" } { # We don't fail hard here, just log an error - global errorInfo - ns_log Error "Error sending registration confirmation to [ad_system_owner].\n$errorInfo" + ns_log Error "Error sending registration confirmation to [ad_system_owner].\n$::errorInfo" } } @@ -455,10 +454,9 @@ } } { # Get errorInfo and log it - global errorInfo - ns_log Error "Error during batch syncrhonization job:\n$errorInfo" + ns_log Error "Error during batch syncrhonization job:\n$::errorInfo" set success_p 0 - set result(message) $errorInfo + set result(message) $::errorInfo } }