mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
do not print trace stack
This commit is contained in:
parent
3c55f259d9
commit
09b29baa94
@ -476,8 +476,8 @@ class SevenZipExtractor {
|
||||
localFile.getParentFile().mkdirs();
|
||||
try {
|
||||
localFile.createNewFile();
|
||||
} catch (IOException ex) {
|
||||
logger.log(Level.SEVERE, "Error creating extracted file: " + localFile.getAbsolutePath(), ex); //NON-NLS
|
||||
} catch (IOException e) {
|
||||
logger.log(Level.SEVERE, "Error creating extracted file: {0}", localFile.getAbsolutePath()); //NON-NLS
|
||||
}
|
||||
}
|
||||
} catch (SecurityException e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user