mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Updated error message
This commit is contained in:
parent
b9d7be8fea
commit
ece2e70ad5
@ -95,7 +95,7 @@ public class FileExtMismatchIngestModule implements FileIngestModule {
|
|||||||
try {
|
try {
|
||||||
this.detector = new FileTypeDetector();
|
this.detector = new FileTypeDetector();
|
||||||
} catch (FileTypeDetector.FileTypeDetectorInitException ex) {
|
} catch (FileTypeDetector.FileTypeDetectorInitException ex) {
|
||||||
throw new IngestModuleException("Could not create file detector.", ex);
|
throw new IngestModuleException("Could not create file type detector.", ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user