Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -N -r1.46.2.4 -r1.46.2.5 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 20 Oct 2015 07:07:57 -0000 1.46.2.4 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 29 Jan 2016 07:33:43 -0000 1.46.2.5 @@ -419,7 +419,7 @@ # legend can't be empty if { $section ne "" && $legendtext eq "" } { - ns_log Warning "template::form::section (form: $id, section: $section): The section legend is empty. You must provide text for the legend otherwise the section fieldset won't be created." + ad_log Warning "template::form::section (form: $id, section: $section): The legend-text of this section is empty. You must provide text for the legend-text otherwise the section fieldset won't be created." return }