config value log --> verbose. perhaps in the future debug (coz in the future we will have an xml window) or just stick with verbose :P part 2

This commit is contained in:
Nikos Kouremenos 2005-05-03 16:27:00 +00:00
parent 7d26b7db8c
commit 543ad45eb4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Config:
__options = {
# name: [ type, value ]
'log': [ opt_bool, True ],
'verbose': [ opt_bool, True ],
'delauth': [ opt_bool, True ],
'delroster': [ opt_bool, True ],
'alwaysauth': [ opt_bool, False ],