Improve indication of what some debugging is
This commit is contained in:
parent
976e3124f7
commit
c5bd227197
|
@ -106,6 +106,6 @@ WM_WINDOW_ROLE property on the window')
|
||||||
# FIXME: Map all the other bits of options to configobj
|
# FIXME: Map all the other bits of options to configobj
|
||||||
|
|
||||||
if util.DEBUG == True:
|
if util.DEBUG == True:
|
||||||
dbg('OptionParse::parse_options: options dump: %s' % options)
|
dbg('OptionParse::parse_options: command line options: %s' % options)
|
||||||
|
|
||||||
return(options)
|
return(options)
|
||||||
|
|
Loading…
Reference in New Issue