Skip to content

Commit

Permalink
Reduce verbosity on chosen icon
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Jan 10, 2018
1 parent 391ff75 commit fc59e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drp.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_icon(main_scope):
icon = scope
break

logger.info('Using icon "%s" for scope "%s"', icon, main_scope)
logger.debug('Using icon "%s" for scope "%s"', icon, main_scope)
return 'lang-%s' % icon

def yield_subscopes(scope):
Expand Down

0 comments on commit fc59e6a

Please sign in to comment.