Index: openacs-4/packages/acs-tcl/tcl/install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/install-procs.tcl,v diff -u -r1.35.2.11 -r1.35.2.12 --- openacs-4/packages/acs-tcl/tcl/install-procs.tcl 26 Dec 2024 17:32:56 -0000 1.35.2.11 +++ openacs-4/packages/acs-tcl/tcl/install-procs.tcl 26 Dec 2024 17:56:10 -0000 1.35.2.12 @@ -165,6 +165,13 @@ if {$node_id ne ""} { lappend out "Mounting new instance of package $package_key at /$mount_point" + ns_log notice "Mounting new instance of package $package_key at /$mount_point" with cmd \ + site_node::instantiate_and_mount \ + -node_id $node_id \ + -context_id $context_id \ + -node_name $mount_point \ + -package_name $instance_name \ + -package_key $package_key set package_id [site_node::instantiate_and_mount \ -node_id $node_id \ -context_id $context_id \