mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Fixed error message.
This commit is contained in:
parent
532ab0e919
commit
ea92e0ece5
@ -62,7 +62,7 @@ public class PstParser {
|
||||
processFolder(pstFile.getRootFolder(), "\\", true);
|
||||
return true;
|
||||
} catch (PSTException | IOException ex) {
|
||||
String msg = "Failed to create internal java-libpst PST file to parse" + ex.getMessage();
|
||||
String msg = "Failed to create internal java-libpst PST file to parse: " + ex.getMessage();
|
||||
logger.log(Level.WARNING, msg);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user