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.31 -r1.32 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 27 Jan 2003 12:30:18 -0000 1.31 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 28 Mar 2003 15:16:16 -0000 1.32 @@ -210,7 +210,8 @@ to load a particular file } { if { [catch {db_qd_internal_load_cache $file_path} errmsg] } { - db_qd_log Error "Error parsing queryfile $file_path:\n\n$errmsg" + global errorInfo + db_qd_log Error "Error parsing queryfile $file_path:\n\n$errmsg\n\n$errorInfo" } }