Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -r1.50 -r1.50.2.1 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 14 Sep 2018 17:29:44 -0000 1.50 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 10 Mar 2019 22:04:51 -0000 1.50.2.1 @@ -497,7 +497,7 @@ return "" } - #ns_log notice "==== LOADING xml file: $fn" + #ns_log notice "==== LOADING XML file: $fn" set file [open $fn] set root_node [xml_doc_get_first_node [xml_parse -persist [read $file]]] close $file