Changeset e83d31f
- Timestamp:
- Jul 7, 2017 6:40:10 PM (4 years ago)
- Branches:
- master
- Children:
- 5c670fc
- Parents:
- d8831151
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/routerconsole/java/src/net/i2p/router/web/LogsHelper.java
rd8831151 re83d31f 38 38 for (SigType t : SigType.values()) { 39 39 if (!t.isAvailable()) { 40 buf.append("< b>Crypto:</b> ").append(t.toString()).append(" unavailable<br>");40 buf.append("<tr><td><b>Crypto:</b></td><td>").append(t.toString()).append(" unavailable</td></tr>"); 41 41 } 42 42 } -
history.txt
rd8831151 re83d31f 1 1 2017-07-06 str4d 2 * Console: Fix log file size config bug on /configlogging bug (ticket #1996) 2 * Console: 3 - /configlogging: Fix log file size config bug (ticket #1996) 4 - /logs: Correctly format unavailable crypto warnings (ticket #1996) 3 5 4 6 2017-07-02 str4d
Note: See TracChangeset
for help on using the changeset viewer.