ARTEMIS-2322: Fixing misprint in getProducedRate call

This commit is contained in:
Dmitry Volodin 2019-07-16 23:07:28 +03:00
parent 4e35e46f72
commit 602d659241
1 changed files with 1 additions and 1 deletions

View File

@ -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)