add eventreceiver fix

This commit is contained in:
hasuniea 2016-05-31 18:08:16 +05:30
parent 56a2ca0aa0
commit d01e176933

View File

@ -63,7 +63,7 @@ public class EventReceiverServiceImpl implements EventReceiverService {
entity(message).build();
}
} 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);
return Response.status(Response.Status.INTERNAL_SERVER_ERROR).entity(msg).build();
}