mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 18:18:43 +00:00
This closes #2617
This commit is contained in:
commit
8c2d89183e
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user