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

added a debugmode check to dapper.py

This commit is contained in:
imdano
2007-07-28 11:20:38 +00:00
parent 80c6c22951
commit 796deb271d

View File

@@ -62,7 +62,8 @@ 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
config.DisableLogging()
if not daemon.GetDebugMode():
config.DisableLogging()
#Check to see we wired profile autoconnect chooser needs to be displayed
if daemon.GetNeedWiredProfileChooser() == True: