prints txt-parameter in error log message

FossilOrigin-Name: 03d32c63079d433394c88afc5a521062944e17db729d4bcc9d1f1e724dec7c89
This commit is contained in:
root 2020-03-07 23:56:29 +00:00
parent 99186fdb82
commit 25f244a8bd
1 changed files with 1 additions and 1 deletions

View File

@ -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: