mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Bug fix
This commit is contained in:
parent
0b260fc57e
commit
0259e830d7
@ -2197,7 +2197,7 @@ public class Server {
|
||||
// Solr throws a lot of unexpected exception types
|
||||
logger.log(Level.SEVERE, "Could not add batched documents to index", ex); //NON-NLS
|
||||
throw new KeywordSearchModuleException(
|
||||
NbBundle.getMessage(this.getClass(), "Could not add batched documents to index"), ex); //NON-NLS
|
||||
NbBundle.getMessage(this.getClass(), "Server.addDocBatch.exception.msg"), ex); //NON-NLS
|
||||
} finally {
|
||||
docBuffer.clear();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user