Updates after review:

Fix logic error in snark warning
Change Java 9 log warning to Java 10
Fix fallback tunnel pool stat name
Don't include geoip in this release
Update Russian translations
This commit is contained in:
zzz
2018-04-10 12:42:44 +00:00
parent db72f87b34
commit 3c7898160e
8 changed files with 38 additions and 37 deletions

View File

@ -75,7 +75,7 @@ public class TunnelPool {
if (name != null)
name = DataHelper.stripHTML(name);
else
name = _settings.getDestination().toBase32() + ".b32.i2p";
name = _settings.getDestination().toBase32();
}
_rateName = "tunnel.Bps." + name +
(_settings.isInbound() ? ".in" : ".out");