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

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

log tweak

parent 2362862f
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ public class RouterAppManager implements ClientAppManager {
app.startup();
} catch (Throwable t) {
_clients.remove(app);
_log.error("Client " + app + " failed to start");
_log.error("Client " + app + " failed to start", t);
}
}
......
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