Skip to content

Commit

Permalink
🎨 Log even more
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGraversen committed Sep 27, 2023
1 parent 7c470af commit d538b81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public Optional<T> parseEvent(@NonNull RustRconResponse payload) {
log.error(
"{} could not parse event even though it indicated to support payload: {}",
eventParser.getClass().getSimpleName(),
payload.getMessage()
payload
);
}
return event;
Expand Down

0 comments on commit d538b81

Please sign in to comment.