[#5033] Fix typo in exception message introduced by acbca192bd
Motivation:
I introduced a typo as part of acbca192bd
.
Modifications:
Fix typo
Result:
Correct message in exception.
This commit is contained in:
parent
6bf7e24389
commit
15f3b69b9e
@ -300,7 +300,7 @@ int netty_unix_socket_getOption(JNIEnv* env, jint fd, int level, int optname, vo
|
|||||||
if (err == EBADF) {
|
if (err == EBADF) {
|
||||||
netty_unix_errors_throwClosedChannelException(env);
|
netty_unix_errors_throwClosedChannelException(env);
|
||||||
} else {
|
} else {
|
||||||
netty_unix_errors_throwChannelExceptionErrorNo(env, "setsockopt() failed: ", err);
|
netty_unix_errors_throwChannelExceptionErrorNo(env, "getsockopt() failed: ", err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return rc;
|
return rc;
|
||||||
|
Loading…
Reference in New Issue
Block a user