diff -r 8abf464d2ffe -r 0f3c10fc42b2 server/sources/native.py --- a/server/sources/native.py Tue Feb 09 11:22:40 2010 +0100 +++ b/server/sources/native.py Tue Feb 09 12:41:44 2010 +0100 @@ -552,7 +552,7 @@ def fti_index_entity(self, session, entity): """add text content of a created/modified entity to the full text index """ - self.info('reindexing %r', entity.eid) + self.debug('reindexing %r', entity.eid) try: self.indexer.cursor_reindex_object(entity.eid, entity, session.pool['system'])