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.73 -r1.74 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 14 Oct 2025 13:28:15 -0000 1.73 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 22 Oct 2025 09:50:34 -0000 1.74 @@ -95,15 +95,6 @@ Class create AsyncLogFile -parameter {filename {mode a}} AsyncLogFile instproc init {} { - if {![info exists :filename]} { - set :filename $::logdir/[namespace tail [self]] - } - :open - } - - Class create AsyncLogFile -parameter {filename {mode a}} - - AsyncLogFile instproc init {} { try { if {![info exists :filename]} { set :filename $::logdir/[namespace tail [self]]