Updated error message
This commit is contained in:
parent
e53b802def
commit
4247232f51
@ -85,7 +85,7 @@ class NioProviderMetadata {
|
|||||||
|
|
||||||
if (CONSTRAINT_LEVEL < 0 || CONSTRAINT_LEVEL > 2) {
|
if (CONSTRAINT_LEVEL < 0 || CONSTRAINT_LEVEL > 2) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
"Unexpected wakeup requirement level: " +
|
"Unexpected NIO constraint level: " +
|
||||||
CONSTRAINT_LEVEL + ", please report this error.");
|
CONSTRAINT_LEVEL + ", please report this error.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user