Debugger/DebugServer.py

branch
5_1_x
changeset 1187
0a1dc25d1881
parent 1181
31d20dc43805
child 1510
e75ecf2bd9dd
--- a/Debugger/DebugServer.py	Mon Jul 18 19:54:53 2011 +0200
+++ b/Debugger/DebugServer.py	Mon Jul 18 19:50:45 2011 +0200
@@ -216,7 +216,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