Improve indication of what some debugging is

This commit is contained in:
Chris Jones 2010-01-10 23:47:36 +00:00
parent 976e3124f7
commit c5bd227197
1 changed files with 1 additions and 1 deletions

View File

@ -106,6 +106,6 @@ WM_WINDOW_ROLE property on the window')
# FIXME: Map all the other bits of options to configobj
if util.DEBUG == True:
dbg('OptionParse::parse_options: options dump: %s' % options)
dbg('OptionParse::parse_options: command line options: %s' % options)
return(options)