Index: openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl,v diff -u -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl 9 Sep 2016 08:32:34 -0000 1.1.2.5 +++ openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl 15 Nov 2016 10:44:15 -0000 1.1.2.6 @@ -57,14 +57,17 @@ # config. # set plugins $pluginsLegacy - ns_log notice "richtext-xinha uses legacy parameters from acs-templating" + ns_log warning "richtext-xinha uses legacy parameters from acs-templating;\ + XinhaDefaultPlugins should be set in the package parameters of richtext-xinha, not in acs-templating." } else { # # Config for this package and legacy config in # acs-templating is set, ignore config from # acs-templating. # - ns_log warning "richtext-xinha ignores legacy parameters from acs-templating" + ns_log warning "richtext-xinha ignores legacy parameters from acs-templating;\ + XinhaDefaultPlugins should be set in the package parameters of richtext-xinha, not in acs-templating;\ + when done, empty parameter setting for XinhaDefaultPlugins in acs-templating." } } }