Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -r1.127 -r1.128 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 17 Dec 2017 21:20:25 -0000 1.127 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 21 Dec 2017 20:46:44 -0000 1.128 @@ -1101,7 +1101,7 @@ set error_msg "errorMsg $errorMsg while serving [ns_conn request]" append error_msg "\n\tad_url <[ad_conn url]> maps to file <[ad_conn file]>" rp_debug "error in rp_handler: $error_msg" - ns_log error "rp_handler: $error_msg" + ns_log error "rp_handler no-script-abort: $error_msg\n$::errorCode\n$::errorInfo" rp_report_error } }