I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit cfa894e7 authored by zzz's avatar zzz
Browse files

peer id tweak

parent d6c8e645
No related branches found
No related tags found
No related merge requests found
...@@ -777,7 +777,7 @@ public class I2PSnarkServlet extends Default { ...@@ -777,7 +777,7 @@ public class I2PSnarkServlet extends Default {
client = "Transmission"; client = "Transmission";
else else
client = _("Unknown") + " (" + ch + ')'; client = _("Unknown") + " (" + ch + ')';
out.write(client + "&nbsp;&nbsp;" + peer.toString().substring(5, 9)); out.write(client + "&nbsp;&nbsp;<tt>" + peer.toString().substring(5, 9)+ "</tt>");
if (showDebug) if (showDebug)
out.write(" inactive " + (peer.getInactiveTime() / 1000) + "s"); out.write(" inactive " + (peer.getInactiveTime() / 1000) + "s");
out.write("</td>\n\t"); out.write("</td>\n\t");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment