This commit is contained in:
Clebert Suconic 2019-04-12 09:32:36 -04:00
commit 8c2d89183e
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;
}
}