Skip to content

Commit

Permalink
0003865: Improve logging readability and appropriate levels0003865:
Browse files Browse the repository at this point in the history
Improve logging readability and appropriate levels
  • Loading branch information
erilong committed Jan 28, 2019
1 parent 38f67a7 commit 61611d4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public BatchAckResult ack(final BatchAck batch) {
outgoingBatch.getStatus() != Status.IG) {
outgoingBatch.setStatus(status);
outgoingBatch.setErrorFlag(!batch.isOk());
} else {
} else if (outgoingBatch.isErrorFlag()) {
// clearing the error flag in case the user set the batch
// status to OK
oldStatus = outgoingBatch.getStatus();
Expand Down

0 comments on commit 61611d4

Please sign in to comment.