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 -N -r1.7 -r1.8 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 17 Nov 2001 19:40:01 -0000 1.7 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 17 Nov 2001 19:58:38 -0000 1.8 @@ -64,6 +64,7 @@ } foreach file [lsort $files] { + ns_log Notice "Bootstrap: sourcing $file" source $file }