RouterAppManager: Logging

This commit is contained in:
zzz
2017-01-04 13:31:21 +00:00
parent b63d44b226
commit 307a03f0ed

View File

@@ -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) {}
}