forked from I2P_Developers/i2p.i2p
propagate from branch 'i2p.i2p' (head 098e31ae6c0969990791077264bfd58d8ac3680c)
to branch 'i2p.i2p.str4d.ui' (head 0cfd439957ebce6c3a71f5b3e11f4e873388b03c)
This commit is contained in:
@@ -173,7 +173,7 @@ public class Peer implements Comparable<Peer>
|
||||
if (state != null) {
|
||||
String r = state.getRequests();
|
||||
if (r != null)
|
||||
return sock.toString() + "<br>Requests: " + r;
|
||||
return sock.toString() + "<br><b>Requests:</b> <span class=\"debugRequests\">" + r + "</span>";
|
||||
}
|
||||
return sock.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user