Index: openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl,v diff -u -r1.36.2.9 -r1.36.2.10 --- openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 12 Sep 2022 15:30:42 -0000 1.36.2.9 +++ openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 27 Aug 2024 13:54:27 -0000 1.36.2.10 @@ -219,7 +219,7 @@ } { set dir [cr_fs_path $storage_area_key] foreach filename $data { - ns_log notice "DELETE FILE $dir$filename" + #ns_log notice "::content::revision::cleanup-file: DELETE FILE $dir$filename" file delete $dir$filename } } @@ -457,7 +457,10 @@ instead of 'content'. The caller is responsible for cleaning up the temporary file } { - ns_log notice "============== update_content-$storage_type $revision_id content '$content' mime_type $mime_type tmp_filename '$tmp_filename'" + #ns_log notice "::content::revision::update_content" \ + "update_content-$storage_type $revision_id" \ + "content '$content' mime_type $mime_type tmp_filename '$tmp_filename'" + ::content::revision::update_content-$storage_type \ -item_id $item_id \ -revision_id $revision_id \