mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-20 03:24:55 +00:00
Merge pull request #6942 from markmckinnon/7450-Missing-database-table-error-during-prefetch-file-parsing
7450-Missing-database-table-error-during-prefetch-file-parsing
This commit is contained in:
commit
a27d0d8c27
@ -332,7 +332,8 @@ final class ExtractPrefetch extends Extract {
|
|||||||
|
|
||||||
}
|
}
|
||||||
} catch (SQLException ex) {
|
} catch (SQLException ex) {
|
||||||
logger.log(Level.SEVERE, "Error while trying to read into a sqlite db.", ex);//NON-NLS
|
logger.log(Level.WARNING, String.format("Error while trying to read into a sqlite db %s.", prefetchDb));//NON-NLS
|
||||||
|
logger.log(Level.WARNING, ex.getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!blkBrdArtList.isEmpty() && !context.dataSourceIngestIsCancelled()) {
|
if (!blkBrdArtList.isEmpty() && !context.dataSourceIngestIsCancelled()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user