OCSP stapling: fixed incorrect debug level.
Ruslan Ermilov
9 years ago
821 | 821 |
ngx_uint_t i;
|
822 | 822 |
struct sockaddr_in *sin;
|
823 | 823 |
|
824 | |
ngx_log_debug0(NGX_LOG_ALERT, ctx->log, 0,
|
|
824 |
ngx_log_debug0(NGX_LOG_DEBUG_EVENT, ctx->log, 0,
|
825 | 825 |
"ssl ocsp resolve handler");
|
826 | 826 |
|
827 | 827 |
if (resolve->state) {
|