1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 23:22:27 +01:00

Improve debugging output

This commit is contained in:
Tom Van Braeckel
2015-02-12 12:43:18 +01:00
parent eda13bcf4d
commit 4f8ef8a6a8

View File

@@ -650,7 +650,7 @@ class Wireless(Controller):
# scanned it will be recognized.
essid = misc.Noneify(essid)
if essid is not None:
print 'Setting hidden essid' + essid
print 'Setting hidden essid ' + essid
wiface.SetEssid(essid)
# sleep for a bit; scanning to fast will result in nothing
time.sleep(1)