forked from I2P_Developers/i2p.i2p
log tweak
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user