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

Skip to content
Snippets Groups Projects
Commit 7a429674 authored by sponge's avatar sponge
Browse files

Add missing colon

parent 45a1511c
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,7 @@ public class MainActivity extends I2PActivityBase {
"\nClient Tunnels in/out: " + inCl + " / " + outCl +
// Need to see if we have the participation option set to on.
// I thought there was a router setting for that?
"\nParticipating " + part;
"\nParticipating: " + part;
String details =
"\nBandwidth in/out: " + fmt.format(inBW) + " / " + fmt.format(outBW) + " KBps" +
......
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