jbertram commented on a change in pull request #2731: [ARTEMIS-2401]: Implement
the Pause method for a Topic
URL: https://github.com/apache/activemq-artemis/pull/2731#discussion_r298590001
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java
##########
@@ -430,6 +430,10 @@ void slowConsumerDetected(String sessionID,
@Message(id = 221080, value = "Deploying address {0} supporting {1}",
format = Message.Format.MESSAGE_FORMAT)
void deployAddress(String addressName, String routingTypes);
+ @LogMessage(level = Logger.Level.INFO)
+ @Message(id = 221081, value = "There is no queue with ID {0}, deleting
record {1}", format = Message.Format.MESSAGE_FORMAT)
Review comment:
Log message references "queue" when it should say "address".
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services