mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17: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();
|
localFile.getParentFile().mkdirs();
|
||||||
try {
|
try {
|
||||||
localFile.createNewFile();
|
localFile.createNewFile();
|
||||||
} catch (IOException ex) {
|
} catch (IOException e) {
|
||||||
logger.log(Level.SEVERE, "Error creating extracted file: " + localFile.getAbsolutePath(), ex); //NON-NLS
|
logger.log(Level.SEVERE, "Error creating extracted file: {0}", localFile.getAbsolutePath()); //NON-NLS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (SecurityException e) {
|
} catch (SecurityException e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user