mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Fix logging error message for PhotoRecCarver
This commit is contained in:
parent
996031e340
commit
53d687a740
@ -157,7 +157,7 @@ class PhotoRecCarverOutputParser {
|
||||
}
|
||||
return fileManager.addCarvedFiles(new CarvingResult(af, carvedFiles));
|
||||
} catch (NumberFormatException | TskCoreException ex) {
|
||||
logger.log(Level.SEVERE, "Error parsing PhotoRec output and inserting it into the database: {0}", ex); //NON-NLS
|
||||
logger.log(Level.SEVERE, "Error parsing PhotoRec output and inserting it into the database", ex); //NON-NLS
|
||||
}
|
||||
|
||||
List<LayoutFile> empty = Collections.emptyList();
|
||||
|
Loading…
x
Reference in New Issue
Block a user