Index: openacs-4/packages/search/tcl/search-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/search/tcl/search-procs.tcl,v diff -u -r1.42.2.1 -r1.42.2.2 --- openacs-4/packages/search/tcl/search-procs.tcl 13 Feb 2008 18:31:41 -0000 1.42.2.1 +++ openacs-4/packages/search/tcl/search-procs.tcl 12 Mar 2008 22:26:20 -0000 1.42.2.2 @@ -129,7 +129,7 @@ # Don't bother reindexing if we've already inserted/updated this object in this run if {![info exists seen($object_id)]} { set object_type [acs_object_type $object_id] - ns_log notice "\n-----DB-----\n SEARCH INDEX object type = '${object_type}' \n------------\n " + ns_log debug "\n-----DB-----\n SEARCH INDEX object type = '${object_type}' \n------------\n " if {[callback::impl_exists -callback search::datasource -impl $object_type] \ || [acs_sc_binding_exists_p FtsContentProvider $object_type]} { array set datasource {mime {} storage_type {} keywords {}}