added missing log

application-manager-new
ayyoob 9 years ago
parent 9c82589af2
commit 5991eeec58

@ -147,6 +147,7 @@ public class ConnectedCupServiceImpl implements ConnectedCupService {
device.setEnrolmentInfo(enrolmentInfo);
return APIUtil.getDeviceManagementService().enrollDevice(device);
} catch (DeviceManagementException e) {
log.error("Failed to enroll device with device name :" + name, e);
return false;
}
}

Loading…
Cancel
Save