1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 04:20:22 +01:00

Fixed wireless connecting status message

This commit is contained in:
fox
2011-07-03 19:16:50 +02:00
parent 340725e9a7
commit 92c58eef7f
4 changed files with 9 additions and 10 deletions

View File

@@ -184,7 +184,7 @@ if options.connect:
wireless.ConnectWireless(options.network)
check = lambda: wireless.CheckIfWirelessConnecting()
message = lambda: wireless.CheckWirelessConnectingMessage()
message = lambda: wireless.CheckWirelessConnectingMessage()[1]
elif options.wired:
print "Connecting to wired connection on %s" % wired.DetectWiredInterface()
wired.ConnectWired()