change error info

This commit is contained in:
asok 2015-02-17 18:40:02 +05:30
parent 0a78e46f21
commit 02c57a9323

View File

@ -49,7 +49,7 @@ public class WindowsDeviceManagerService implements DeviceManagerService {
status = MobileDeviceManagementDAOFactory.getMobileDeviceDAO().addMobileDevice(
mobileDevice);
} catch (MobileDeviceManagementDAOException e) {
String msg = "Error while enrolling the Android device : " +
String msg = "Error while enrolling the Windows device : " +
device.getDeviceIdentifier();
log.error(msg, e);
throw new DeviceManagementException(msg, e);