Skip to content

Commit

Permalink
Bump login refresh logging to debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsch committed May 26, 2020
1 parent c90e877 commit f574567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/badnest/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def wrapper(*args, **kwargs):
try:
func(*args, **kwargs)
except AuthorizationRequired:
_LOGGER.info('Refreshing login from decorator')
_LOGGER.debug('Refreshing login info')
args[0].login()
func(*args, **kwargs)
except (HTTPError, RetryError) as e:
Expand Down

0 comments on commit f574567

Please sign in to comment.