1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Fixed typo in sample ingest module

This commit is contained in:
Brian Carrier
2013-08-16 12:54:02 -04:00
parent 0f5dd2894a
commit 2bc314d79f

View File

@@ -83,7 +83,7 @@ public class SampleDataSourceIngestModule extends org.sleuthkit.autopsy.ingest.I
} catch (TskCoreException ex) {
Logger log = Logger.getLogger(SampleDataSourceIngestModule.class);
log.fatal("Error retrieving files from database: " + ex1.getLocalizedMessage());
log.fatal("Error retrieving files from database: " + ex.getLocalizedMessage());
return;
}
}