brusdev commented on code in PR #4515:
URL: https://github.com/apache/activemq-artemis/pull/4515#discussion_r1234734514
##########
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPLargeMessage.java:
##########
@@ -398,7 +398,7 @@ private void genericParseLargeMessage() {
parsingBuffer = null;
} catch (RuntimeException expected) {
// this would mean the buffer is not complete yet, so we keep parsing
it, until we can get enough bytes
- logger.debug("The buffer for AMQP Large Mesasge was probably not
complete, so an exception eventually would be expected", expected);
+ logger.debug("The buffer for AMQP Large message was probably not
complete, so an exception eventually would be expected", expected);
Review Comment:
do you change `Mesasge` to lowercase on purpose?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]