Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #200 from imatiach-msft/imatiach-msft-patch-2
Browse files Browse the repository at this point in the history
 Change info to debug for message
  • Loading branch information
rayluo authored Apr 16, 2019
2 parents 60028fb + 7790884 commit c161862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adal/token_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def get_token_with_refresh_token(self, refresh_token, client_secret):
return self._get_token_with_refresh_token(refresh_token, None, client_secret)

def get_token_from_cache_with_refresh(self, user_id):
self._log.info("Getting token from cache with refresh if necessary.")
self._log.debug("Getting token from cache with refresh if necessary.")
self._user_id = user_id
return self._find_token_from_cache()

Expand Down

0 comments on commit c161862

Please sign in to comment.