mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
user store role mapping feature
This commit is contained in:
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…
Reference in New Issue
Block a user