Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Jan 21, 2024
1 parent 0da2706 commit 5eb208d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void handle(MessagePostedEvent messagePostedEvent) {

@EventListener
public void handle(MessageReadEvent messageReadEvent) {
log.info("Handling Read....");
log.info("Handling Read.... {}", messageReadEvent);
State state = statePort.get(messageReadEvent.getReaderId());
state.removeReadMessages(messageReadEvent.getMessageId());
statePort.save(state.toDto(), messageReadEvent.getReaderId());
Expand Down

0 comments on commit 5eb208d

Please sign in to comment.