user store role mapping feature

This commit is contained in:
amalka.subasinghe 2023-10-24 16:32:53 +05:30
parent 3d159c0111
commit cb5d672583

View File

@ -116,7 +116,7 @@ public class UserStoreRoleMapper implements ServerStartupObserver {
}
}
} catch (Exception e) {
log.error("Error while getting user store...", e);
log.error("Error while getting user store..." + e.getMessage());
} finally {
PrivilegedCarbonContext.endTenantFlow();
}