Merge branch '1001-ig-multiuser' of https://github.com/raman-bt/autopsy into 1001-ig-multiuser

This commit is contained in:
Raman 2018-07-30 08:10:39 -04:00
commit 5513e186f4

View File

@ -476,7 +476,7 @@ public final class ImageGalleryController {
}); });
} }
catch (TskCoreException ex) { catch (TskCoreException ex) {
LOGGER.log(Level.WARNING, "Image Gallery failed to update data_sources table.", ex); LOGGER.log(Level.SEVERE, "Image Gallery failed to update data_sources table.", ex);
} }
} }