mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Updating android operation failure notification message format
This commit is contained in:
parent
6bd25a4aad
commit
215093b9a8
@ -179,8 +179,8 @@ public class DeviceManagementServiceImpl implements DeviceManagementService {
|
||||
notification.setOperationId(operation.getId());
|
||||
notification.setStatus(org.wso2.carbon.device.mgt.common.notification.mgt.Notification.
|
||||
Status.NEW.toString());
|
||||
notification.setDescription("Operation " + operation.getCode() + " failed to execute on device " +
|
||||
deviceName + " with identifier : " + deviceId);
|
||||
notification.setDescription(operation.getCode() + " operation did fail to execute on device " +
|
||||
deviceName + " with identifier " + deviceId);
|
||||
AndroidAPIUtils.getNotificationManagementService().addNotification(id, notification);
|
||||
}
|
||||
if (log.isDebugEnabled()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user