Index: openacs-4/packages/cms/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/form-procs.tcl,v diff -u -r1.27.2.5 -r1.27.2.6 --- openacs-4/packages/cms/tcl/form-procs.tcl 5 Mar 2007 22:14:58 -0000 1.27.2.5 +++ openacs-4/packages/cms/tcl/form-procs.tcl 16 Mar 2007 15:21:30 -0000 1.27.2.6 @@ -584,7 +584,7 @@ } { # Here we walk the item prefixes and create them all, unless the content_prefixes var # does not exist or we are already handling the form - ns_log Warning "cms::form::new_item: handling prefix $prefix" + ns_log debug "cms::form::new_item: handling prefix $prefix" if {[string equal "StArT" $prefix]} { if {[template::element exists $form_name content_prefixes]} { foreach prefix [template::element get_value $form_name content_prefixes] { @@ -676,7 +676,7 @@ @see called by revision-add-2 in the items module } { - ns_log Debug "cms::form::add_revision: $form_name $tmpfile $prefix $new_p" + ns_log debug "cms::form::add_revision: $form_name $tmpfile $prefix $new_p" # initialize an ns_set to hold bind values set bind_vars [ns_set create]