Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -N -r1.368.2.61 -r1.368.2.62 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 13 Jul 2020 12:02:33 -0000 1.368.2.61 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 29 Jul 2020 10:50:19 -0000 1.368.2.62 @@ -335,7 +335,7 @@ } else { set publish_status "ready" } - ns_log notice "FINAL publish_status $publish_status" + :log "FINAL publish_status $publish_status" } ::xo::Package require $fp_package_id @@ -371,6 +371,7 @@ regexp {^([^:]+):?} $var . key if {[:exists_query_parameter $key]} { set $key [:query_parameter $var] + :log "set instance var from queray param '$key' -> '[set $key]'" } }