mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Updates to Exif logging.
This commit is contained in:
parent
6f823614af
commit
69b20c4d2a
@ -149,7 +149,7 @@ public final class ExifParserFileIngestService implements IngestServiceAbstractF
|
||||
} catch (TskCoreException ex) {
|
||||
Logger.getLogger(ExifParserFileIngestService.class.getName()).log(Level.SEVERE, null, ex);
|
||||
} catch (ImageProcessingException ex) {
|
||||
System.out.println("ImageProcessingException: " + ex);
|
||||
logger.log(Level.WARNING, "Failed to process the image.", ex);
|
||||
} catch (IOException ex) {
|
||||
logger.log(Level.WARNING, "IOException when parsing image file.", ex);
|
||||
} finally {
|
||||
|
Loading…
x
Reference in New Issue
Block a user