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

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


The following commit(s) were added to refs/heads/main by this push:
     new aebdcc5eb8 NO-JIRA: Fix spelling and grammar of two audit log messages
aebdcc5eb8 is described below

commit aebdcc5eb8fe30ac5f7d92c5afd53891e95dcac4
Author: Dries Harnie <[email protected]>
AuthorDate: Fri Jul 14 16:35:47 2023 +0200

    NO-JIRA: Fix spelling and grammar of two audit log messages
---
 .../src/main/java/org/apache/activemq/artemis/logs/AuditLogger.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 9af9075ea9..b01daef7e3 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
@@ -526,7 +526,7 @@ public interface AuditLogger {
       BASE_LOGGER.isAsyncConnectionExecutionEnabled(getCaller(), source);
    }
 
-   @LogMessage(id = 601054, value = "User {} is query 
is-async-connection-execution-enabled on target resource: {}", level = 
LogMessage.Level.INFO)
+   @LogMessage(id = 601054, value = "User {} is querying 
is-async-connection-execution-enabled on target resource: {}", level = 
LogMessage.Level.INFO)
    void isAsyncConnectionExecutionEnabled(String user, Object source);
 
    static void getDiskScanPeriod(Object source) {
@@ -1912,7 +1912,7 @@ public interface AuditLogger {
       BASE_LOGGER.getStaticConnectorsAsJSON(getCaller(), source);
    }
 
-   @LogMessage(id = 601252, value = "User {} is geting static connectors as 
json on target resource: {}", level = LogMessage.Level.INFO)
+   @LogMessage(id = 601252, value = "User {} is getting static connectors as 
json on target resource: {}", level = LogMessage.Level.INFO)
    void getStaticConnectorsAsJSON(String user, Object source);
 
    static void isDuplicateDetection(Object source) {

Reply via email to