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

Skip to content
Snippets Groups Projects
Commit 29fe221f authored by zzz's avatar zzz
Browse files

name the addressbook thread

parent 40637e0f
No related branches found
No related tags found
No related merge requests found
......@@ -54,9 +54,10 @@ public class Servlet extends GenericServlet {
args[0] = config.getInitParameter("home");
DaemonThread thread = new DaemonThread(args);
thread.setDaemon(true);
thread.setName("Addressbook");
thread.start();
System.out.println("INFO: Starting Addressbook " + Daemon.VERSION);
System.out.println("INFO: config root under " + args[0]);
}
}
\ No newline at end of file
}
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