server/sources/native.py
branchstable
changeset 4515 e8835c68f581
parent 4212 ab6573088b4a
child 4517 0f3c10fc42b2
--- a/server/sources/native.py	Tue Feb 09 12:37:47 2010 +0100
+++ b/server/sources/native.py	Tue Feb 09 12:38:59 2010 +0100
@@ -564,7 +564,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'])