I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 3d91e593 authored by jrandom's avatar jrandom Committed by zzz
Browse files

la la la

parent 393b1d76
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ public class LogManager { ...@@ -103,7 +103,7 @@ public class LogManager {
t.setDaemon(true); t.setDaemon(true);
t.start(); t.start();
Runtime.getRuntime().addShutdownHook(new ShutdownHook()); Runtime.getRuntime().addShutdownHook(new ShutdownHook());
System.out.println("Created logManager " + this + " with context: " + context); //System.out.println("Created logManager " + this + " with context: " + context);
} }
private LogManager() {} private LogManager() {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment