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):
except ConflictError:
raise
except:
LOG.error('Attempt to unindex nonexistent document'
LOG.debug('Attempt to unindex nonexistent document'
' with id %s' % documentId)
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