mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Merge pull request #594 from rcordovano/remove_per_file_ingest_log_msgs
Remove per file ingest log msgs
This commit is contained in:
commit
1ad84b8292
@ -82,8 +82,6 @@ final class FileIngestPipeline {
|
||||
|
||||
List<IngestModuleError> process(AbstractFile file) {
|
||||
List<IngestModuleError> errors = new ArrayList<>();
|
||||
Content dataSource = this.job.getDataSource();
|
||||
logger.log(Level.INFO, String.format("Processing {0} from {1}", file.getName(), dataSource.getName()));
|
||||
for (FileIngestModuleDecorator module : this.modules) {
|
||||
try {
|
||||
module.process(file);
|
||||
|
Loading…
x
Reference in New Issue
Block a user