pull/1/head
Lotus 13 years ago
parent 1641835fef
commit ae9cd7a118

@ -368,9 +368,9 @@ public class Network {
location = ClientIdentification.generateLocation();
} else {
userAgent = sb.peers.peerActions.getUserAgent(seed.getIP());
location = ClientIdentification.parseLocationInUserAgent(userAgent);
location = ClientIdentification.parseLocationInUserAgent(userAgent).substring(0, 10);
}
prop.put(STR_TABLE_LIST + conCount + "_location", location);
prop.putHTML(STR_TABLE_LIST + conCount + "_location", location);
if (complete) {
prop.put(STR_TABLE_LIST + conCount + "_complete", 1);
prop.put(STR_TABLE_LIST + conCount + "_complete_ip", seed.getIP() );

Loading…
Cancel
Save