mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Bug fix
Adding bug fix
This commit is contained in:
parent
d997654011
commit
c32d9e3125
@ -290,7 +290,7 @@ public class DeviceManagementServiceImpl implements DeviceManagementService {
|
|||||||
"carries the id '" + id + "' has not been updated").build();
|
"carries the id '" + id + "' has not been updated").build();
|
||||||
}
|
}
|
||||||
} catch (DeviceManagementException e) {
|
} catch (DeviceManagementException e) {
|
||||||
String msg = "Error occurred while modifying enrollment of the Android device that carries the id '" +
|
msg = "Error occurred while modifying enrollment of the Android device that carries the id '" +
|
||||||
id + "'";
|
id + "'";
|
||||||
log.error(msg, e);
|
log.error(msg, e);
|
||||||
throw new UnexpectedServerErrorException(
|
throw new UnexpectedServerErrorException(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user