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 -N -r1.15 -r1.16 --- openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl 7 Aug 2017 23:47:59 -0000 1.15 +++ openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl 1 Dec 2017 18:21:25 -0000 1.16 @@ -113,7 +113,7 @@ } { set nr_flushed [ns_cache_flush -glob util_memoize $pattern] if {$log_p} { - ns_log Debug "util_memoize_flush_pattern: flushed $nf_flushed entries using the pattern: $pattern" + ns_log Debug "util_memoize_flush_pattern: flushed $nr_flushed entries using the pattern: $pattern" } }