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.29 -r1.30 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 10 Oct 2003 12:47:26 -0000 1.29 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 10 Oct 2003 14:05:36 -0000 1.30 @@ -393,7 +393,7 @@ ad_proc apm_bootstrap_load_file { root_directory file } { Source a single file during initial bootstrapping and set APM data. } { - ns_log "Notice" "Loading packages/$file" + ns_log "Notice" "Loading [file tail $root_directory]/$file" apm_source "${root_directory}/${file}" }