mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Prevent posting of errors and warnings to ingest inbox
This commit is contained in:
parent
901beb464a
commit
2fade76c99
@ -404,9 +404,11 @@ public class IngestManager {
|
||||
*/
|
||||
void postIngestMessage(IngestMessage message) {
|
||||
if (ingestMessageBox != null) {
|
||||
if (message.getMessageType() != IngestMessage.MessageType.ERROR && message.getMessageType() != IngestMessage.MessageType.WARNING) {
|
||||
ingestMessageBox.displayMessage(message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the free disk space of the drive where to which ingest data is being
|
||||
|
Loading…
x
Reference in New Issue
Block a user