JNI: change debug printf for setFd() to Info instead of Error, Java app may use I/O callbacks with no fd
parent
c96f4e1eb4
commit
7da3a34dd7
|
@ -354,7 +354,7 @@ JNIEXPORT jint JNICALL Java_com_wolfssl_WolfSSLSession_setFd(JNIEnv* jenv,
|
|||
|
||||
fdesc = (*jenv)->GetObjectField(jenv, impl, fid);
|
||||
if (fdesc == NULL) {
|
||||
printf("Error: FileDescriptor fd object is NULL!\n");
|
||||
printf("Info: FileDescriptor fd object is NULL!\n");
|
||||
return SSL_FAILURE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue