ARTEMIS-2301 Minor change on Epoll and kQueue.isAvailable

small fix to logging
This commit is contained in:
Michael André Pearce 2019-04-12 11:51:59 +01:00
parent 4b2993666a
commit e7bdc58c49
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class CheckDependencies {
try {
return Env.isLinuxOs() && Epoll.isAvailable();
} catch (Throwable e) {
ActiveMQClientLogger.LOGGER.unableToCheckKQueueAvailability(e);
ActiveMQClientLogger.LOGGER.unableToCheckEpollAvailability(e);
return false;
}
}