You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/07/20 10:49:38 UTC

[activemq-artemis] branch new-logging updated: squashme: fixup placeholders in prev commit

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

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


The following commit(s) were added to refs/heads/new-logging by this push:
     new 3aac74b5e2 squashme: fixup placeholders in prev commit
3aac74b5e2 is described below

commit 3aac74b5e2941c417859cc94f4a05d7d342039c2
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Jul 20 11:42:02 2022 +0100

    squashme: fixup placeholders in prev commit
---
 .../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 c23e6091c3..9dae59cf7d 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
@@ -2134,7 +2134,7 @@ public interface AuditLogger {
       MESSAGE_LOGGER.coreSendMessage(getCaller(user, remoteAddress), messageToString, context, tx);
    }
 
-   @LogMessage(id = 601500, value = "User {0} sent a message {1}, context: {2}, transaction: {3}", level = LogMessage.Level.INFO)
+   @LogMessage(id = 601500, value = "User {} sent a message {}, context: {}, transaction: {}", level = LogMessage.Level.INFO)
    void coreSendMessage(String user, String messageToString, Object context, String tx);
 
    //hot path log using a different logger