Index: openacs-4/packages/acs-tcl/tcl/apm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-procs.tcl,v diff -u -r1.110 -r1.111 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 1 Jul 2018 09:57:02 -0000 1.110 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 3 Jul 2018 17:55:05 -0000 1.111 @@ -786,7 +786,7 @@ } if {$::apm::reloading eq "blueprint"} { - ns_log notice "### blueprint_reloading: apm_load_any_changed_libraries" + #ns_log notice "### blueprint_reloading: apm_load_any_changed_libraries [time {apm_get_changed_watched_files}]" # # Add the watched files, but don't load these if these are @@ -814,9 +814,9 @@ } } - if {$::apm::reloading eq "classic" && [array size errors] == 0} { + if {$::apm::reloading eq "classic"} { - ns_log notice "### classic_reloading: apm_load_any_changed_libraries" + #ns_log notice "### classic_reloading: apm_load_any_changed_libraries" # # Determine the current reload level in this interpreter by