Skip to content

Commit

Permalink
mcgr: Added a start-up debug logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Oct 3, 2011
1 parent 3478adc commit 238f12d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mcgr
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ def main():

loglevel = 40 - 10 * (opts.verbose or 0)
logging.basicConfig(level=loglevel, format='%(levelname)-8s %(message)s')
logging.debug('Starting mcgr...')

if opts.unittest:
test()
Expand Down

0 comments on commit 238f12d

Please sign in to comment.