From: Dmitry Volyntsev Date: Thu, 10 Apr 2025 00:19:37 +0000 (-0700) Subject: Fixed typo in stream event handler debug message. X-Git-Tag: 0.9.0~20 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=0c9c847d3350c5cefbdc8bbc28918768271e4a7d;p=njs.git Fixed typo in stream event handler debug message. --- diff --git a/nginx/ngx_stream_js_module.c b/nginx/ngx_stream_js_module.c index 44c7af17..7620f2e0 100644 --- a/nginx/ngx_stream_js_module.c +++ b/nginx/ngx_stream_js_module.c @@ -1914,7 +1914,7 @@ static void ngx_stream_js_event_finalize(ngx_stream_session_t *s, ngx_int_t rc) { ngx_log_debug1(NGX_LOG_DEBUG_STREAM, s->connection->log, 0, - "http js event finalize rc: %i", rc); + "stream js event finalize rc: %i", rc); if (rc == NGX_ERROR) { if (s->health_check) {