reverted some changes
This commit is contained in:
@ -34,8 +34,7 @@ ReturnValue_t LimitViolationReporter::sendLimitViolationReport(const SerializeIF
|
||||
MessageQueueMessage message;
|
||||
CommandMessage report(&message);
|
||||
MonitoringMessage::setLimitViolationReport(&report, storeId);
|
||||
return MessageQueueSenderIF::sendMessage(reportQueue, &report,
|
||||
MessageQueueMessage::MAX_MESSAGE_SIZE);
|
||||
return MessageQueueSenderIF::sendMessage(reportQueue, &report);
|
||||
}
|
||||
|
||||
ReturnValue_t LimitViolationReporter::checkClassLoaded() {
|
||||
|
Reference in New Issue
Block a user