Fixing exception getting swallowed in activate method of the service component

merge-requests/1/head
prabathabey 10 years ago
parent 043bfb7742
commit 74b8a32be3

@ -95,7 +95,7 @@ public class MobileDeviceManagementServiceComponent {
log.debug("Mobile Device Management Service Component has been successfully activated");
}
} 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…
Cancel
Save