Skip to content

Commit a61e884

Browse files
committed
changelog
1 parent b71c4f8 commit a61e884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/main/java/com/microsoft/identity/common/internal/controllers/BrokerMsalController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ List<ICacheRecord> getCurrentAccount(final @NonNull CommandParameters parameters
955955

956956
if (!parameters.isSharedDevice()) {
957957
Logger.verbose(TAG + methodName, "Not a shared device, invoke getAccounts() instead of getCurrentAccount()");
958-
sGetCurrentAccountFailedNoSDMCount.add(1); // TODO: Any useful attributes? How is this omitted?
958+
sGetCurrentAccountFailedNoSDMCount.add(1); // TODO: Any useful attributes? How is this emitted?
959959
return getAccounts(parameters);
960960
}
961961

0 commit comments

Comments
 (0)