mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07: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 {
|
||||
this.detector = new FileTypeDetector();
|
||||
} 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