Index: openacs-4/packages/acs-tcl/tcl/00-database-procs-oracle.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-database-procs-oracle.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/acs-tcl/tcl/00-database-procs-oracle.tcl 20 Nov 2001 02:04:50 -0000 1.16 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs-oracle.tcl 14 Aug 2002 18:56:07 -0000 1.17 @@ -56,7 +56,7 @@ } { set start_time [clock clicks] - db_qd_log Debug "PRE-QD: the SQL is $pre_sql for $statement_name" + db_qd_log QDDebug "PRE-QD: the SQL is $pre_sql for $statement_name" # Query Dispatcher (OpenACS - ben) set sql [db_qd_replace_sql $statement_name $pre_sql] @@ -66,7 +66,7 @@ set sql [uplevel $ulevel [list subst -nobackslashes $sql]] } - db_qd_log Debug "POST-QD: the SQL is $sql" + db_qd_log QDDebug "POST-QD: the SQL is $sql" set errno [catch { upvar bind bind @@ -188,7 +188,7 @@ } { set start_time [clock clicks] - db_qd_log Debug "PRE-QD: the SQL is $pre_sql for $statement_name" + db_qd_log QDDebug "PRE-QD: the SQL is $pre_sql for $statement_name" # Query Dispatcher (OpenACS - ben) set sql [db_qd_replace_sql $statement_name $pre_sql] @@ -211,7 +211,7 @@ ns_log Notice "db_exec_lob: blob storage in use" } - db_qd_log Debug "POST-QD: the SQL is $sql" + db_qd_log QDDebug "POST-QD: the SQL is $sql" set errno [catch { upvar bind bind