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.16 -r1.17 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 4 Oct 2008 19:26:51 -0000 1.16 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 5 Oct 2008 02:11:02 -0000 1.17 @@ -310,7 +310,6 @@ Counter instproc log_to_file {timestamp label value} { set server [ns_info server] - ::xotcl::Object log "[self] log-to-file [my logging] - $::logdir/counter.log" set f [open $::logdir/counter.log a] puts $f "$timestamp -- $server $label $value" close $f @@ -366,7 +365,6 @@ Counter user_count_day -timeoutMs [expr {60000*60}] -logging 1 user_count_day proc end {} { - ::xotcl::Object log XXX foreach {auth ip} [throttle users perDay] break set now [clock format [clock seconds]] # The counter logs its intrinsic value (c) anyhow, which are the