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.32 -r1.33 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 28 Mar 2003 15:16:16 -0000 1.32 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 31 Mar 2003 17:21:45 -0000 1.33 @@ -567,7 +567,7 @@ # Check if it's compatible at all! if {![db_rdbms_compatible_p [db_fullquery_get_rdbms $fullquery] [db_current_rdbms]]} { - ns_log Error "Query [db_fullquery_get_name $fullquery] is *NOT* compatible" + ns_log Error "Query [db_fullquery_get_name $fullquery] has an rdbms of [db_fullquery_get_rdbms $fullquery] which is *NOT* compatible with system rdbms [db_current_rdbms]" return }