5515 Image gallery service needs to check for deleted data sources

This commit is contained in:
Richard Cordovano 2019-11-14 15:45:27 -05:00
parent 88551a7b2a
commit 34edd7ec2c

View File

@ -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;