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.14.2.2 -r1.14.2.3 --- openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl 22 Apr 2017 18:11:54 -0000 1.14.2.2 +++ openacs-4/packages/acs-tcl/tcl/memoize-procs.tcl 1 Dec 2017 18:23:01 -0000 1.14.2.3 @@ -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" } }