Debugger/DebugServer.py

changeset 1184
a9ce179c7c94
parent 1179
7661ab683f7b
child 1499
b4d0457afb15
diff -r 4285148ea20f -r a9ce179c7c94 Debugger/DebugServer.py
--- a/Debugger/DebugServer.py	Sun Jul 17 18:27:48 2011 +0200
+++ b/Debugger/DebugServer.py	Mon Jul 18 19:50:45 2011 +0200
@@ -226,7 +226,8 @@
                 if len(addressEntries) > 0:
                     for addressEntry in addressEntries:
                         if addressEntry.ip().toString().lower() == address.lower():
-                            return networkInterface.name(), networkInterface.index()
+                            return networkInterface.humanReadableName(), \
+                                    networkInterface.index()
         
         return "", 0
         

eric ide

mercurial