forked from I2P_Developers/i2p.i2p
/logs: Correctly format unavailable crypto warnings (ticket #1996)
This commit is contained in:
@@ -37,7 +37,7 @@ public class LogsHelper extends HelperBase {
|
||||
StringBuilder buf = new StringBuilder(128);
|
||||
for (SigType t : SigType.values()) {
|
||||
if (!t.isAvailable()) {
|
||||
buf.append("<b>Crypto:</b> ").append(t.toString()).append(" unavailable<br>");
|
||||
buf.append("<tr><td><b>Crypto:</b></td><td>").append(t.toString()).append(" unavailable</td></tr>");
|
||||
}
|
||||
}
|
||||
return buf.toString();
|
||||
|
@@ -1,5 +1,7 @@
|
||||
2017-07-06 str4d
|
||||
* Console: Fix log file size config bug on /configlogging bug (ticket #1996)
|
||||
* Console:
|
||||
- /configlogging: Fix log file size config bug (ticket #1996)
|
||||
- /logs: Correctly format unavailable crypto warnings (ticket #1996)
|
||||
|
||||
2017-07-02 str4d
|
||||
* Console:
|
||||
|
Reference in New Issue
Block a user