Index: openacs-4/packages/search/tcl/search-convert-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/search/tcl/search-convert-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/search/tcl/search-convert-procs.tcl 20 Nov 2024 15:33:34 -0000 1.8 +++ openacs-4/packages/search/tcl/search-convert-procs.tcl 25 Nov 2024 14:16:04 -0000 1.9 @@ -21,6 +21,10 @@ @author Dirk Gomez @creation-date 2005-06-25 } { + if {![file exists $filename]} { + ns_log warning "search::convert::binary_to_text:" \ + "tried to extract text from non-existing file" $filename + } if {[file size $filename] == 0} { #