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

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

RouterAppManager: Logging

parent b63d44b2
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,8 @@ public class RouterAppManager implements ClientAppManager {
ClientAppState state = app.getState();
if (state == RUNNING || state == STARTING) {
try {
if (_log.shouldWarn())
_log.warn("Shutting down client " + app.getDisplayName());
app.shutdown(null);
} catch (Throwable 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