peer id tweak

This commit is contained in:
zzz
2010-05-13 17:01:30 +00:00
parent d6c8e64575
commit cfa894e7b6

View File

@ -777,7 +777,7 @@ public class I2PSnarkServlet extends Default {
client = "Transmission";
else
client = _("Unknown") + " (" + ch + ')';
out.write(client + "  " + peer.toString().substring(5, 9));
out.write(client + "&nbsp;&nbsp;<tt>" + peer.toString().substring(5, 9)+ "</tt>");
if (showDebug)
out.write(" inactive " + (peer.getInactiveTime() / 1000) + "s");
out.write("</td>\n\t");