mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
5515 Image gallery service needs to check for deleted data sources
This commit is contained in:
parent
88551a7b2a
commit
34edd7ec2c
@ -420,7 +420,7 @@ public final class DrawableDB {
|
|||||||
drawablesDbStmt.execute(deleteCommand);
|
drawablesDbStmt.execute(deleteCommand);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
} catch (TskCoreException | SQLException ex) {
|
} catch (TskCoreException | SQLException ex) {
|
||||||
logger.log(Level.SEVERE, "Failed to remove deleted data sources from drawables database", ex); //NON-NLS
|
logger.log(Level.SEVERE, "Failed to remove deleted data sources from drawables database", ex); //NON-NLS
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user