aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Network.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Network.py')
-rw-r--r--lib/python/Components/Network.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py
index c38c44c6..861d29ef 100644
--- a/lib/python/Components/Network.py
+++ b/lib/python/Components/Network.py
@@ -126,6 +126,7 @@ class Network:
ip = gethostbyname(gethostname()).split('.')
except:
print "[Network.py] Could not get current ip (not necessarily an error)"
+ print "[Network.py] got ip " + str(ip)
return ip
iNetwork = Network()