Skip to content

Commit

Permalink
Fix superfluous %
Browse files Browse the repository at this point in the history
  • Loading branch information
andbag committed May 21, 2018
1 parent 530180d commit 0eb7c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/PluginIndexes/unindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def removeForwardIndexEntry(self, entry, documentId):
self._length.change(-1)
except Exception:
LOG.error('{0}: unindex_object could not remove '
'documentId %{1} from index {2}. This '
'documentId {1} from index {2}. This '
'should not happen.'.format(
self.__class__.__name__,
str(documentId), str(self.id)),
Expand Down

0 comments on commit 0eb7c21

Please sign in to comment.