You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2020/07/30 16:01:36 UTC

[activemq-artemis] 01/03: ARTEMIS-2839 audit logging typo for resuming queue

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit a45f383e1a5d5b3bc97a75995b6556ee2cbf81ec
Author: Justin Bertram <jb...@apache.org>
AuthorDate: Thu Jul 9 10:40:55 2020 -0500

    ARTEMIS-2839 audit logging typo for resuming queue
---
 .../src/main/java/org/apache/activemq/artemis/logs/AuditLogger.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-commons/src/main/java/org/apache/activemq/artemis/logs/AuditLogger.java b/artemis-commons/src/main/java/org/apache/activemq/artemis/logs/AuditLogger.java
index 2cab145..da32031 100644
--- a/artemis-commons/src/main/java/org/apache/activemq/artemis/logs/AuditLogger.java
+++ b/artemis-commons/src/main/java/org/apache/activemq/artemis/logs/AuditLogger.java
@@ -2619,7 +2619,7 @@ public interface AuditLogger extends BasicLogger {
    }
 
    @LogMessage(level = Logger.Level.INFO)
-   @Message(id = 601721, value = "User {0} has paused queue {1}", format = Message.Format.MESSAGE_FORMAT)
+   @Message(id = 601721, value = "User {0} has resumed queue {1}", format = Message.Format.MESSAGE_FORMAT)
    void resumeQueueSuccess(String user, String queueName);