Commit 264546b9 authored by Chris Withers's avatar Chris Withers

while this is interesting, is doesn't warrant spewing at error.

parent ad4c72cc
...@@ -301,7 +301,7 @@ class UnIndex(SimpleItem): ...@@ -301,7 +301,7 @@ class UnIndex(SimpleItem):
except ConflictError: except ConflictError:
raise raise
except: except:
LOG.error('Attempt to unindex nonexistent document' LOG.debug('Attempt to unindex nonexistent document'
' with id %s' % documentId) ' with id %s' % documentId)
def _apply_index(self, request, cid='', type=type): def _apply_index(self, request, cid='', type=type):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment