mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
add eventreceiver fix
This commit is contained in:
parent
56a2ca0aa0
commit
d01e176933
@ -63,7 +63,7 @@ public class EventReceiverServiceImpl implements EventReceiverService {
|
|||||||
entity(message).build();
|
entity(message).build();
|
||||||
}
|
}
|
||||||
} catch (DataPublisherConfigurationException e) {
|
} catch (DataPublisherConfigurationException e) {
|
||||||
String msg = "Error occurred while publishing the events from Android agent.";
|
String msg = "Error occurred while getting the Data publisher Service.";
|
||||||
log.error(msg, e);
|
log.error(msg, e);
|
||||||
return Response.status(Response.Status.INTERNAL_SERVER_ERROR).entity(msg).build();
|
return Response.status(Response.Status.INTERNAL_SERVER_ERROR).entity(msg).build();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user