mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-21 01:15:50 +00:00
ARTEMIS-2322: Fixing misprint in getProducedRate call
This commit is contained in:
parent
4e35e46f72
commit
602d659241
@ -2243,7 +2243,7 @@ public interface AuditLogger extends BasicLogger {
|
||||
void createCoreSession(String user, Object source, Object... args);
|
||||
|
||||
static void getProducedRate(Object source) {
|
||||
LOGGER.getMessageCount(getCaller(), source);
|
||||
LOGGER.getProducedRate(getCaller(), source);
|
||||
}
|
||||
|
||||
@LogMessage(level = Logger.Level.INFO)
|
||||
|
Loading…
x
Reference in New Issue
Block a user