Index: openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 17 May 2003 11:22:12 -0000 1.13 +++ openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 1 Nov 2003 08:45:39 -0000 1.14 @@ -98,13 +98,13 @@ set contract_id [db_string get_contract_id {}] db_foreach get_unbound_impls {} { - ns_log Notice "rss_gen_bind: binding impl $impl_id for contract $contract_id" + ns_log Debug "rss_gen_bind: binding impl $impl_id for contract $contract_id" # Don't ask me why, but bind variables don't appear to work # in this nested db operation. if [catch { db_exec_plsql bind_impl {} } errMsg] { - ns_log Notice "rss_gen_bind: error binding impl $impl_id for contract $contract_id: $errMsg" + ns_log Warning "rss_gen_bind: error binding impl $impl_id for contract $contract_id: $errMsg" } } }