mirror of
https://github.com/nginx/nginx.git
synced 2024-12-11 17:59:00 +08:00
SSL: misplaced space in debug message.
This commit is contained in:
parent
4b2f12a604
commit
8639e17f94
@ -588,7 +588,7 @@ ngx_ssl_verify_callback(int ok, X509_STORE_CTX *x509_store)
|
||||
|
||||
ngx_log_debug5(NGX_LOG_DEBUG_EVENT, c->log, 0,
|
||||
"verify:%d, error:%d, depth:%d, "
|
||||
"subject:\"%s\",issuer: \"%s\"",
|
||||
"subject:\"%s\", issuer:\"%s\"",
|
||||
ok, err, depth, subject, issuer);
|
||||
|
||||
if (sname) {
|
||||
|
Loading…
Reference in New Issue
Block a user