Index: openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl,v diff -u -r1.9 -r1.9.6.1 --- openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl 8 Feb 2004 18:36:07 -0000 1.9 +++ openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl 25 Jan 2006 14:03:03 -0000 1.9.6.1 @@ -159,11 +159,11 @@ } { foreach name [ns_cache names util_memoize] { if $log_p { - ns_log notice "util_memoize_flush_regexp: checking $name for $expr" + ns_log Debug "util_memoize_flush_regexp: checking $name for $expr" } if { [regexp $expr $name] } { if $log_p { - ns_log notice "util_memoize_flush_regexp: flushing $name" + ns_log Debug "util_memoize_flush_regexp: flushing $name" } util_memoize_flush $name }