mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
Print some stuff for debugging
This commit is contained in:
@@ -34,6 +34,7 @@ public class WinLauncher {
|
||||
System.setProperty("i2p.dir.base", programs.getAbsolutePath());
|
||||
System.setProperty("i2p.dir.config", home.getAbsolutePath());
|
||||
System.setProperty("router.pid", String.valueOf(ProcessHandle.current().pid()));
|
||||
System.out.println(programs.getAbsolutePath() +"\n\t"+ home.getAbsolutePath() +"\n\t"+ String.valueOf(ProcessHandle.current().pid()));
|
||||
|
||||
try {
|
||||
// TODO: See if I need to do anything like this for Windows
|
||||
|
||||
Reference in New Issue
Block a user