SSL: misplaced space in debug message.

This commit is contained in:
Maxim Dounin 2014-07-28 18:30:18 +04:00
parent 4b2f12a604
commit 8639e17f94

View File

@ -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) {