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 -r1.29 -r1.30 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 30 Nov 2002 17:14:16 -0000 1.29 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 16 Jan 2003 13:28:42 -0000 1.30 @@ -414,7 +414,7 @@ db_qd_log Debug "NO FULLQUERY FOR $statement_name --> using default SQL" if { [empty_string_p $sql] } { # The default SQL is empty, that implies a bug somewhere in the code. - error "No fullquery for $statement_name and default SQL is empty." + error "No fullquery for $statement_name and default SQL empty - query for statement missing" } }