Updates to Exif logging.

This commit is contained in:
dhurd 2012-08-27 14:15:48 -04:00
parent 6f823614af
commit 69b20c4d2a

View File

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