Merge "Write an info to the log when a change gets deleted from the index"
This commit is contained in:
@@ -337,6 +337,7 @@ public class ChangeIndexer {
|
||||
for (ChangeIndex i : getWriteIndexes()) {
|
||||
i.delete(id);
|
||||
}
|
||||
log.info("Deleted change {} from index.", id.get());
|
||||
fireChangeDeletedFromIndexEvent(id.get());
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user