mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
fix log message
This commit is contained in:
parent
b9caa40115
commit
63d6c9dd74
@ -48,7 +48,7 @@ public class PlatformUtil {
|
||||
File jrePath = new File(rootPath.getAbsolutePath() + File.separator + "jre6");
|
||||
|
||||
if (jrePath != null && jrePath.exists() && jrePath.isDirectory()) {
|
||||
logger.log(Level.INFO, "Embedded jre6 directory not found in: " + jrePath.getAbsolutePath());
|
||||
logger.log(Level.INFO, "Embedded jre6 directory found in: " + jrePath.getAbsolutePath());
|
||||
javaPath = jrePath.getAbsolutePath() + File.separator + "bin" + File.separator + "java";
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user