mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-09 14:49:32 +00:00
Fixed typo in sample ingest module
This commit is contained in:
parent
0f5dd2894a
commit
2bc314d79f
@ -83,7 +83,7 @@ public class SampleDataSourceIngestModule extends org.sleuthkit.autopsy.ingest.I
|
|||||||
|
|
||||||
} catch (TskCoreException ex) {
|
} catch (TskCoreException ex) {
|
||||||
Logger log = Logger.getLogger(SampleDataSourceIngestModule.class);
|
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;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user