forked from I2P_Developers/i2p.i2p
jetty logging tweaks
This commit is contained in:
@@ -84,7 +84,7 @@ public class Servlet extends HttpServlet {
|
||||
this.thread.setDaemon(true);
|
||||
this.thread.setName("Addressbook");
|
||||
this.thread.start();
|
||||
System.out.println("INFO: Starting Addressbook " + Daemon.VERSION);
|
||||
//System.out.println("INFO: Starting Addressbook " + Daemon.VERSION);
|
||||
//System.out.println("INFO: config root under " + args[0]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user