Index: openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl,v diff -u -r1.10.2.28 -r1.10.2.29 --- openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 24 Apr 2022 11:21:46 -0000 1.10.2.28 +++ openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 23 May 2022 21:54:38 -0000 1.10.2.29 @@ -499,7 +499,7 @@ # A real pattern with wild-card was provided. # set keys [dict keys [set ${:prefix}] $pattern] - ns_log notice "### dict flush ${:prefix} <$pattern> -> [llength $keys]]" + ns_log notice "### dict flush ${:prefix} <$pattern> -> [llength $keys]" foreach key $keys { dict unset ${:prefix} $key }