Skip to content

Commit

Permalink
EventStatus.SUCCESS
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Smelov committed Jun 17, 2024
1 parent e6dcc7b commit 1cfe067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/exactpro/th2/estore/EventProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private void storeSingleEvents(List<Event> events, Confirmation confirmation) {
try {

if (event.getStatus() != EventStatus.SUCCESS) {
LOGGER.error("Received event with {} status", event.getStatus());
LOGGER.error("Received event with {} status. Event: {}", event.getStatus(), com.exactpro.th2.common.message.MessageUtils.toJson(event));
}

TestEventSingleToStore cradleEventSingle = toCradleEvent(event);
Expand Down

0 comments on commit 1cfe067

Please sign in to comment.