ARTEMIS-2301 Minor change on Epoll and kQueue.isAvailable
small fix to logging
This commit is contained in:
parent
4b2993666a
commit
e7bdc58c49
|
@ -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…
Reference in New Issue