Updated error message

This commit is contained in:
Oliver Spohngellert 2016-02-19 11:23:47 -05:00
parent b9d7be8fea
commit ece2e70ad5

View File

@ -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);
}
}