Index: openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl,v diff -u -N -r1.35 -r1.36 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 29 May 2003 18:49:33 -0000 1.35 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 27 Nov 2003 14:06:03 -0000 1.36 @@ -209,7 +209,7 @@ } { if { [catch {db_qd_internal_load_cache $file_path} errmsg] } { global errorInfo - db_qd_log Error "Error parsing queryfile $file_path:\n\n$errmsg\n\n$errorInfo" + ns_log Error "Error parsing queryfile $file_path:\n\n$errmsg\n\n$errorInfo" } }