This commit is contained in:
Lucio Lelii 2017-05-26 11:06:18 +00:00
parent 4ba7f3225f
commit b06b505453
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class ProfileBuilder {
addSiteTo(node);
String ip = null;
String ip = "not resolved";
try {
ip = InetAddress.getLocalHost().getHostAddress();
} catch (UnknownHostException e) {