From 4f8ef8a6a8d091f494e9af7815b8d719e7304b4a Mon Sep 17 00:00:00 2001 From: Tom Van Braeckel Date: Thu, 12 Feb 2015 12:43:18 +0100 Subject: [PATCH] Improve debugging output --- wicd/networking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wicd/networking.py b/wicd/networking.py index 7022d45..c215825 100644 --- a/wicd/networking.py +++ b/wicd/networking.py @@ -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)