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 -r1.67.2.38 -r1.67.2.39 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 26 Jan 2021 21:00:12 -0000 1.67.2.38 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 1 Feb 2021 10:47:36 -0000 1.67.2.39 @@ -1507,7 +1507,7 @@ puts -nonewline $dumpFile [join $cmds \n]\n close $dumpFile } else { - file delete -force ${:file} + file delete -force -- ${:file} set dumpFile [AsyncLogFile new -filename ${:file}] # # Write the content in smaller chunks.