change selectHome log message
This commit is contained in:
@@ -320,8 +320,7 @@ public class WinLauncher {
|
|||||||
}
|
}
|
||||||
if (SystemVersion.isWindows()) {
|
if (SystemVersion.isWindows()) {
|
||||||
File i2p = appImageHome();
|
File i2p = appImageHome();
|
||||||
logger.info("Windows jpackage wrapper starting up, using: " + i2p +
|
logger.info("Checking for signs of life in I2P directory: " + i2p);
|
||||||
" as base config");
|
|
||||||
return i2p;
|
return i2p;
|
||||||
} else {
|
} else {
|
||||||
File i2p = appImageHome();
|
File i2p = appImageHome();
|
||||||
|
|||||||
Reference in New Issue
Block a user