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.32.2.2 -r1.32.2.3 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 10 Sep 2015 08:21:15 -0000 1.32.2.2 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 31 Aug 2016 11:01:43 -0000 1.32.2.3 @@ -130,7 +130,7 @@ # Is OpenACS installation complete? If not, source the installer and bail. if { ![ad_verify_install] } { - ns_log Notice "$proc_name: Installation is not complete - sourcing the installer." + ns_log warning "$proc_name: Installation is not complete - sourcing the installer." source "$::acs::rootdir/packages/acs-bootstrap-installer/installer.tcl" source "$::acs::rootdir/packages/acs-bootstrap-installer/installer-init.tcl" return