Index: openacs-4/packages/ams/tcl/ams-widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/tcl/ams-widget-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ams/tcl/ams-widget-procs.tcl 9 Jun 2005 20:20:39 -0000 1.4 +++ openacs-4/packages/ams/tcl/ams-widget-procs.tcl 13 Jun 2005 08:52:40 -0000 1.5 @@ -75,7 +75,7 @@ set options {} } } - ns_log notice "MGEDDERT DEBUG: return ::ams::widget::${widget} -request $request -attribute_name $attribute_name -pretty_name $pretty_name -value $value -optional_p $optional_p -form_name $form_name -options $options" + ns_log Debug "MGEDDERT DEBUG: return ::ams::widget::${widget} -request $request -attribute_name $attribute_name -pretty_name $pretty_name -value $value -optional_p $optional_p -form_name $form_name -options $options" return [::ams::widget::${widget} -request $request -attribute_name $attribute_name -pretty_name $pretty_name -value $value -optional_p $optional_p -form_name $form_name -options $options] } else { # the widget requested did not exist