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.153.2.4 -r1.153.2.5 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 10 Apr 2019 19:38:34 -0000 1.153.2.4 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 15 Apr 2019 19:58:43 -0000 1.153.2.5 @@ -1084,7 +1084,7 @@ # ::ad_conn being set up. My fix is to simply redirect to the # url AOLserver substitutes if ::ad_conn does not exist # (rp_filter begins with ad_conn -reset) ... - ns_log warning "rp_handler: Obscure case, where ::ad_conn is not set, redirect to [ns_conn url]" + ad_log warning "rp_handler: Obscure case, where ::ad_conn is not set, redirect to [ns_conn url]" ad_returnredirect [ns_conn url] return }