diff --git a/Core/src/org/sleuthkit/autopsy/ingest/IngestJobPipeline.java b/Core/src/org/sleuthkit/autopsy/ingest/IngestJobPipeline.java index c64b63f388..3ba163a090 100644 --- a/Core/src/org/sleuthkit/autopsy/ingest/IngestJobPipeline.java +++ b/Core/src/org/sleuthkit/autopsy/ingest/IngestJobPipeline.java @@ -1551,12 +1551,12 @@ final class IngestJobPipeline { tasksSnapshot = taskScheduler.getTasksSnapshotForJob(getIngestJobId()); } - return new Snapshot(dataSource.getName(), getIngestJobId(), createTime, + return new Snapshot(dataSource.getName(), + getIngestJobId(), createTime, getCurrentDataSourceIngestModule(), fileIngestRunning, fileIngestStartTime, cancelled, cancellationReason, cancelledDataSourceIngestModules, - processedFilesCount, estimatedFilesToProcessCount, - snapShotTime, tasksSnapshot); + processedFilesCount, estimatedFilesToProcessCount, snapShotTime, tasksSnapshot); } /**