server/sources/native.py
changeset 4517 0f3c10fc42b2
parent 4512 e7ac20bf3629
parent 4515 e8835c68f581
child 4682 4994901b7379
--- 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'])