mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixing exception getting swallowed in activate method of the service component
This commit is contained in:
parent
043bfb7742
commit
74b8a32be3
@ -95,7 +95,7 @@ public class MobileDeviceManagementServiceComponent {
|
|||||||
log.debug("Mobile Device Management Service Component has been successfully activated");
|
log.debug("Mobile Device Management Service Component has been successfully activated");
|
||||||
}
|
}
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
log.error("Error occurred while activating Mobile Device Management Service Component");
|
log.error("Error occurred while activating Mobile Device Management Service Component", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user