Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sadilchamishka committed Nov 15, 2023
1 parent 3e6fe12 commit d8ff9bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private void updateUserNameInContextForOrganizationSsoUsers(String userResidentO
}
}
} catch (OrganizationManagementException | UserStoreException e) {
LOG.debug("Authenticated user's username could not be resolved.", e);
LOG.error("Authenticated user's username could not be resolved.", e);
}
}
}

0 comments on commit d8ff9bb

Please sign in to comment.