mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +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,
|
ngx_log_debug5(NGX_LOG_DEBUG_EVENT, c->log, 0,
|
||||||
"verify:%d, error:%d, depth:%d, "
|
"verify:%d, error:%d, depth:%d, "
|
||||||
"subject:\"%s\",issuer: \"%s\"",
|
"subject:\"%s\", issuer:\"%s\"",
|
||||||
ok, err, depth, subject, issuer);
|
ok, err, depth, subject, issuer);
|
||||||
|
|
||||||
if (sname) {
|
if (sname) {
|
||||||
|
Loading…
Reference in New Issue
Block a user