Index: openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl,v diff -u -r1.71.2.64 -r1.71.2.65 --- openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 18 Jul 2024 08:45:46 -0000 1.71.2.64 +++ openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 18 Jul 2024 10:36:04 -0000 1.71.2.65 @@ -1563,7 +1563,7 @@ counted, including expected ones coming from the tests themselves. } { - set errors [dict get [ns_logctl stats] Error] + set errors [nsv_dict get acs_properties logstats Error] aa_log "Number of errors: $errors, warnings: [dict get [ns_logctl stats] Warning]" aa_equals "No errors detected during startup sequence" $errors 0 }