Log correct system property name

This commit is contained in:
Trustin Lee 2013-06-13 14:21:56 +09:00
parent 32bf3054e1
commit ca1a37a3b3

View File

@ -66,7 +66,7 @@ public final class PlatformDependent {
static {
if (logger.isDebugEnabled()) {
logger.debug("io.netty.preferDirect: {}", DIRECT_BUFFER_PREFERRED);
logger.debug("io.netty.noPreferDirect: {}", !DIRECT_BUFFER_PREFERRED);
}
if (!hasUnsafe()) {