Skip to content
Snippets Groups Projects
Commit fe38fa12 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

BugID: 826

Bug fixing.
parent 9977567e
No related branches found
No related tags found
No related merge requests found
......@@ -188,9 +188,6 @@ void ApplController::handleProcMessage(APAdmin* anAP)
if (ackOnTime && !successful) {
sendExecutionResult(0, "Nack from process:" + anAP->getName());
}
else {
sendExecutionResult(0, "Ack from process:" + anAP->getName());
}
}
else {
LOG_WARN(formatString(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment