Better error message ...
FossilOrigin-Name: 600b8d4dbdbcc88eb9895d94a9edc948a1cce6788d0abec5acfaaa48b70c5f5c
This commit is contained in:
parent
da22dd27f3
commit
7fa354d015
@ -75,7 +75,7 @@ int dtls_openssl_accept(struct conn * conn)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
rc = dtls_openssl_log_error_queue("DTLS Error:");
|
rc = dtls_openssl_log_error_queue("DTLS accept error:");
|
||||||
if (rc)
|
if (rc)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user