Skip to content

Commit

Permalink
Language issue fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohandey committed Sep 26, 2023
1 parent 0c6fbf9 commit eab55a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,9 @@ public static List<String> getLanguageList() {
logger.info("optionalLanguages from env:" + optionalLanguages);

mandatoryLanguages = getValueFromActuators(propsKernel.getProperty("actuatorAdminEndpoint"),
section, "mosip.mandatory-languages" + mandatoryLanguages);
section, "mosip.mandatory-languages");

logger.info("mandatoryLanguages from env:" + optionalLanguages);
logger.info("mandatoryLanguages from env:" + mandatoryLanguages);
}
catch(Exception e)
{
Expand Down

0 comments on commit eab55a5

Please sign in to comment.