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.30 -r1.31 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 16 Jan 2003 13:28:42 -0000 1.30 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 27 Jan 2003 12:30:18 -0000 1.31 @@ -566,7 +566,7 @@ # Check if it's compatible at all! if {![db_rdbms_compatible_p [db_fullquery_get_rdbms $fullquery] [db_current_rdbms]]} { - db_qd_log Debug "Query [db_fullquery_get_name $fullquery] is *NOT* compatible" + ns_log Error "Query [db_fullquery_get_name $fullquery] is *NOT* compatible" return }