Skip to content

Commit

Permalink
fix: correlationId in log
Browse files Browse the repository at this point in the history
  • Loading branch information
mghilardelli committed Jun 4, 2024
1 parent 9d9ddcd commit 4fdfd20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public SFERAG2BReplyMessage request(SFERAB2GRequestMessage requestMessage) {
replyMessage.setHandshakeAcknowledgement(handshakeRequest(requestMessage));
// todo or HandshakeReject
// or Error
log.info("Send handshakeAck correlationId={}", requestMessage.getMessageHeader().getCorrelationID());
log.info("Send handshakeAck correlationId={}", requestMessage.getMessageHeader().getMessageID());
} else if (requestMessage.getB2GRequest() != null) {
replyMessage.setG2BReplyPayload(b2gRequest(requestMessage));
}
Expand Down

0 comments on commit 4fdfd20

Please sign in to comment.