user store role mapping feature

pull/266/head
Amalka Subasinghe 1 year ago
parent 3d159c0111
commit cb5d672583

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

Loading…
Cancel
Save