mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 13:19:17 +00:00
add debug info
This commit is contained in:
@@ -353,6 +353,7 @@ def main():
|
|||||||
opts['debug'] = args['--verbose']
|
opts['debug'] = args['--verbose']
|
||||||
|
|
||||||
LOG.debug = opts['debug']
|
LOG.debug = opts['debug']
|
||||||
|
LOG.dbg('config file: {}'.format(args['--cfg']))
|
||||||
LOG.dbg('opts: {}'.format(opts))
|
LOG.dbg('opts: {}'.format(opts))
|
||||||
|
|
||||||
if opts['banner'] and not args['--no-banner']:
|
if opts['banner'] and not args['--no-banner']:
|
||||||
|
|||||||
Reference in New Issue
Block a user