add debug-msg
[enigma2.git] / lib / python / Components / Network.py
index c38c44c66cfb611217fb48e7fe529e926a515729..861d29effd0cba1c9274967ce67552b7e348a0d1 100644 (file)
@@ -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()