Log correct system property name
This commit is contained in:
parent
32bf3054e1
commit
ca1a37a3b3
@ -66,7 +66,7 @@ public final class PlatformDependent {
|
|||||||
|
|
||||||
static {
|
static {
|
||||||
if (logger.isDebugEnabled()) {
|
if (logger.isDebugEnabled()) {
|
||||||
logger.debug("io.netty.preferDirect: {}", DIRECT_BUFFER_PREFERRED);
|
logger.debug("io.netty.noPreferDirect: {}", !DIRECT_BUFFER_PREFERRED);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!hasUnsafe()) {
|
if (!hasUnsafe()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user