- Timestamp:
- Jan 4, 2017 1:31:21 PM (4 years ago)
- Branches:
- master
- Children:
- e16cf2c
- Parents:
- b63d44b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/startup/RouterAppManager.java
rb63d44b r307a03f0 186 186 if (state == RUNNING || state == STARTING) { 187 187 try { 188 if (_log.shouldWarn()) 189 _log.warn("Shutting down client " + app.getDisplayName()); 188 190 app.shutdown(null); 189 191 } catch (Throwable t) {}
Note: See TracChangeset
for help on using the changeset viewer.