[njs] Stream: fixed typo in the log message introduced in bbec3cdb747b.

Dmitry Volyntsev xeioex at nginx.com
Wed Mar 18 15:30:04 UTC 2020


details:   https://hg.nginx.org/njs/rev/224494c53bbf
branches:  
changeset: 1357:224494c53bbf
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Wed Mar 18 18:29:17 2020 +0300
description:
Stream: fixed typo in the log message introduced in bbec3cdb747b.

diffstat:

 nginx/ngx_stream_js_module.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r dee85b788982 -r 224494c53bbf nginx/ngx_stream_js_module.c
--- a/nginx/ngx_stream_js_module.c	Wed Mar 18 14:50:46 2020 +0300
+++ b/nginx/ngx_stream_js_module.c	Wed Mar 18 18:29:17 2020 +0300
@@ -411,7 +411,7 @@ ngx_stream_js_phase_handler(ngx_stream_s
     c = s->connection;
 
     ngx_log_debug1(NGX_LOG_DEBUG_STREAM, c->log, 0,
-                   "http js phase call \"%V\"", name);
+                   "stream js phase call \"%V\"", name);
 
     ctx = ngx_stream_get_module_ctx(s, ngx_stream_js_module);
 


More information about the nginx-devel mailing list