From: Dmitry Volyntsev Date: Sat, 4 Mar 2023 01:49:10 +0000 (-0800) Subject: Fetch: fixed typo in debug level. X-Git-Tag: 0.7.11~7 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=4e29ae2a6d9ec23ec0e7a36f47bf5bd396645b31;p=njs.git Fetch: fixed typo in debug level. --- diff --git a/nginx/ngx_js_fetch.c b/nginx/ngx_js_fetch.c index d9772c3d..9824baf8 100644 --- a/nginx/ngx_js_fetch.c +++ b/nginx/ngx_js_fetch.c @@ -1351,7 +1351,7 @@ failed: static void ngx_js_http_close_connection(ngx_connection_t *c) { - ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0, + ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "close js http connection: %d", c->fd); #if (NGX_SSL) @@ -1665,7 +1665,7 @@ ngx_js_http_ssl_name(ngx_js_http_t *http) name->data = p; - ngx_log_debug1(NGX_LOG_DEBUG_HTTP, http->log, 0, + ngx_log_debug1(NGX_LOG_DEBUG_EVENT, http->log, 0, "js http SSL server name: \"%s\"", name->data); if (SSL_set_tlsext_host_name(http->peer.connection->ssl->connection,