mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-02 15:13:54 +00:00
tiny PeerInfo adjust
This commit is contained in:
parent
7768107386
commit
b25e62a69b
@ -176,12 +176,13 @@ public class PeersTableModel extends AbstractTableModel {
|
||||
@Override
|
||||
public String toString() {
|
||||
return "PeerInfo{" +
|
||||
"location=" + location.city +
|
||||
"location=" + location.countryName +
|
||||
", geo= [ " + location.latitude + "/" + location.longitude + " ]" +
|
||||
", ip=" + ip +
|
||||
", connected=" + connected +
|
||||
", lastAccessed=" + lastAccessed +
|
||||
'}' + "\n -->" + (handshakeHelloMessage == null ?"": handshakeHelloMessage.toString())
|
||||
+ "\n -->" + (handshakeStatusMessage == null?"": handshakeStatusMessage.toString());
|
||||
'}' + "\n -->" + (handshakeHelloMessage == null ?"" : handshakeHelloMessage.toString())
|
||||
+ "\n -->" + (handshakeStatusMessage == null?"" : handshakeStatusMessage.toString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user