Typo
This commit is contained in:
parent
79743b0528
commit
90e35cfc14
@ -87,12 +87,12 @@ class NioProviderMetadata {
|
|||||||
"using the safest level (2)");
|
"using the safest level (2)");
|
||||||
} else if (constraintLevel != 0) {
|
} else if (constraintLevel != 0) {
|
||||||
logger.info(
|
logger.info(
|
||||||
"Using the autodected NIO constraint level: " +
|
"Using the autodetected NIO constraint level: " +
|
||||||
constraintLevel +
|
constraintLevel +
|
||||||
" (Use better NIO provider for better performance)");
|
" (Use better NIO provider for better performance)");
|
||||||
} else {
|
} else {
|
||||||
logger.debug(
|
logger.debug(
|
||||||
"Using the autodected NIO constraint level: " +
|
"Using the autodetected NIO constraint level: " +
|
||||||
constraintLevel);
|
constraintLevel);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user