Index: openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl,v diff -u -r1.34.2.5 -r1.34.2.6 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 18 Jul 2024 10:36:04 -0000 1.34.2.5 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 18 Jul 2024 14:08:12 -0000 1.34.2.6 @@ -21,15 +21,13 @@ # the system log might be spooled to stderr or the like. #catch { nsv_set acs_properties initial_error_log_length [file size [ns_info log]] } -catch { nsv_set acs_properties logstats [ns_logctl stats] } - # Initialize proc_doc NSV arrays. nsv_set proc_source_file . "" # Initialize ad_after_server_initialization. nsv_set ad_after_server_initialization . "" -ns_log Notice "bootstrap begin encoding [encoding system]" +ns_log Notice "OpenACS bootstrap begin encoding [encoding system]" ### #