aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Network.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-12 00:44:38 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-12 00:44:38 +0000
commit0c95cd13c3c70cc69c5bddbf6420e326183d5934 (patch)
treec34e67097c602a42ae8c7cf4fb3ebe57c1d8ff78 /lib/python/Components/Network.py
parentf5d4a470082192900f6f25a0f7d66f88f6bda0c4 (diff)
downloadenigma2-0c95cd13c3c70cc69c5bddbf6420e326183d5934.tar.gz
enigma2-0c95cd13c3c70cc69c5bddbf6420e326183d5934.zip
add debug-msg
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()