Index: openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl 29 Oct 2003 12:59:52 -0000 1.9 +++ openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl 1 Nov 2003 08:45:37 -0000 1.10 @@ -206,7 +206,7 @@ while { [catch { set ispell_text [read -nonewline $ispell_proc] } errmsg] && $try < $max_retry } { incr try - ns_log Notice "spellchecker had a problem: $errmsg" + ns_log warning "template::util::spellcheck::get_element_formtext: spellchecker had a problem: $errmsg" } fconfigure $ispell_proc -blocking 0