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 -N -r1.66 -r1.67 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 12 Jul 2004 14:49:50 -0000 1.66 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 30 Jan 2005 16:23:52 -0000 1.67 @@ -262,7 +262,7 @@ set error_msg "error in filter $proc for [ns_conn method] [ns_conn url]?[ns_conn query]. Filter returned invalid result \"$result\"" ad_call_proc_if_exists ds_add rp [list filter [list $why [ns_conn method] [ns_conn url] $proc $arg] $startclicks [clock clicks -milliseconds] "error" $error_msg] # report the bad filter_return message - rp_debug -debug t error $error_msg + rp_debug -debug t -ns_log_level error $error_msg rp_report_error -message $error_msg set result "filter_return" } else {