prints txt-parameter in error log message
FossilOrigin-Name: 03d32c63079d433394c88afc5a521062944e17db729d4bcc9d1f1e724dec7c89
This commit is contained in:
parent
99186fdb82
commit
25f244a8bd
@ -181,7 +181,7 @@ int dtls_openssl_log_error(SSL * ssl, int rc, const char *txt)
|
||||
|
||||
|
||||
ERR_error_string(e,errstr);
|
||||
cw_log(LOG_ERR,"%s - %s","SSSSS",errstr);
|
||||
cw_log(LOG_ERR,"%s - %s",txt,errstr);
|
||||
|
||||
switch (e){
|
||||
case SSL_ERROR_ZERO_RETURN:
|
||||
|
Loading…
Reference in New Issue
Block a user