Index: openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl,v diff -u -N -r1.67.2.4 -r1.67.2.5 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 14 Jun 2019 10:50:36 -0000 1.67.2.4 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 15 Jul 2019 18:45:22 -0000 1.67.2.5 @@ -1367,6 +1367,7 @@ puts -nonewline $dumpFile $cmd close $dumpFile } else { + file delete -force ${:file} set dumpFile [AsyncLogFile new -filename ${:file}] $dumpFile write $cmd $dumpFile destroy