mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Fixed //NON-NLS comment to be inline with the logger messages
This commit is contained in:
parent
8aba921666
commit
b1d242ace3
@ -627,12 +627,12 @@ class SevenZipExtractor {
|
|||||||
try {
|
try {
|
||||||
localFile.createNewFile();
|
localFile.createNewFile();
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
logger.log(Level.SEVERE, "Error creating extracted file: "
|
logger.log(Level.SEVERE, "Error creating extracted file: "//NON-NLS
|
||||||
+ localFile.getAbsolutePath(), e); //NON-NLS
|
+ localFile.getAbsolutePath(), e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (SecurityException e) {
|
} catch (SecurityException e) {
|
||||||
logger.log(Level.SEVERE, "Error setting up output path for unpacked file: {0}",
|
logger.log(Level.SEVERE, "Error setting up output path for unpacked file: {0}", //NON-NLS
|
||||||
pathInArchive); //NON-NLS
|
pathInArchive); //NON-NLS
|
||||||
//TODO consider bail out / msg to the user
|
//TODO consider bail out / msg to the user
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user