Skip to content

Commit 82c8e99

Browse files
committed
cli: Debug log bugzilla module path
1 parent 38c66eb commit 82c8e99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bugzilla/_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,7 @@ def _main(unittest_bz_instance):
10831083
setup_logging(opt.debug, opt.verbose)
10841084

10851085
log.debug("Launched with command line: %s", " ".join(sys.argv))
1086+
log.debug("Bugzilla module: %s", bugzilla)
10861087

10871088
# Connect to bugzilla
10881089
log.info('Connecting to %s', opt.bugzilla)

0 commit comments

Comments
 (0)