Skip to content

Commit d02d581

Browse files
committed
Merge branch 'downgrade-a-warning-message' into dev
2 parents ca2a9fc + 29f39d6 commit d02d581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ def get_accounts(self, username=None):
777777
accounts = [a for a in accounts
778778
if a["username"].lower() == lowercase_username]
779779
if not accounts:
780-
logger.warning((
780+
logger.debug(( # This would also happen when the cache is empty
781781
"get_accounts(username='{}') finds no account. "
782782
"If tokens were acquired without 'profile' scope, "
783783
"they would contain no username for filtering. "

0 commit comments

Comments
 (0)