Skip to content

Commit e707ff0

Browse files
committed
Update log level for message about FRT status not updated from Error to Info.
1 parent d12266d commit e707ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IdentityCore/src/cache/accessor/MSIDAccountCredentialCache.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ - (MSIDIsFRTEnabledStatus)checkFRTEnabled:(nullable id<MSIDRequestContext>)conte
581581

582582
if ([NSString msidIsStringNilOrBlank:flagEnableFRT] || (!shouldEnableFRT && !shouldDisableFRT))
583583
{
584-
MSID_LOG_WITH_CTX(MSIDLogLevelError, context, @"FRT flight set to keep current status: %ld", (long)status);
584+
MSID_LOG_WITH_CTX(MSIDLogLevelInfo, context, @"FRT flight set to keep current status: %ld", (long)status);
585585
return status;
586586
}
587587
MSIDIsFRTEnabledStatus newStatus = status;

0 commit comments

Comments
 (0)