Index: openacs-4/packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl,v diff -u -r1.16.2.6 -r1.16.2.7 --- openacs-4/packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl 24 Feb 2021 04:00:45 -0000 1.16.2.6 +++ openacs-4/packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl 3 Oct 2021 17:15:15 -0000 1.16.2.7 @@ -194,7 +194,7 @@ set database_problem "OpenACS requires three database pools in order to run correctly." } - # We're done with the mult-db dbn stuff, from now on we deal only + # We're done with the multi-db dbn stuff, from now on we deal only # with the OpenACS default database pools: # # TODO: For now the below pool-checking code runs ONLY for the @@ -238,6 +238,7 @@ } } } + #ns_log notice "pool $pool: got handle $db suffix $this_suffix" ns_db releasehandle $db if { $this_suffix eq "" } { 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.44 -r1.67.2.45 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 10 Sep 2021 19:02:42 -0000 1.67.2.44 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 3 Oct 2021 17:15:16 -0000 1.67.2.45 @@ -1760,7 +1760,7 @@ # # We could as well pass the whole header set via # - # {*}[ns_set array [ns_conn headers]] + # {*}[ns_set array [ns_conn headers]] # # but since this code is time critical, just pass the information # actually needed.