From 0c95cd13c3c70cc69c5bddbf6420e326183d5934 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 12 Dec 2005 00:44:38 +0000 Subject: add debug-msg --- lib/python/Components/Network.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Components/Network.py') 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() -- cgit v1.2.3