mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 21:08:06 +01:00
added a debugmode check to dapper.py
This commit is contained in:
@@ -62,6 +62,7 @@ def set_signal_image():
|
||||
global stillWired #keeps us from resetting the wired info over and over
|
||||
global network #declared as global so it is initialized once before it gets used in the if statement below
|
||||
|
||||
if not daemon.GetDebugMode():
|
||||
config.DisableLogging()
|
||||
|
||||
#Check to see we wired profile autoconnect chooser needs to be displayed
|
||||
|
||||
Reference in New Issue
Block a user