Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.485.2.53 -r1.485.2.54 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 16 Feb 2017 10:08:01 -0000 1.485.2.53 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 21 Feb 2017 14:05:23 -0000 1.485.2.54 @@ -3592,6 +3592,8 @@ set errorCode $::errorCode if {[ad_exception $errorCode] eq "ad_script_abort"} { ad_return_complaint 1 [ns_quotehtml $errorMsg] + ns_log notice "xowiki::Object->set_payload aborted" + ad_script_abort } else { ad_log error "xowiki::Object set_payload: $errorMsg ($errorCode) in\n$cmd" }