Skip to content

Commit e2f73a0

Browse files
change: change grammar of error log.
1 parent 4b3fb72 commit e2f73a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_lua_output.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ ngx_http_lua_ngx_echo(lua_State *L, unsigned newline)
247247
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
248248
"%s has %sbusy bufs",
249249
newline ? "lua say response" : "lua print response",
250-
ctx->busy_bufs != NULL ? "" : "not ");
250+
ctx->busy_bufs != NULL ? "" : "no ");
251251

252252
dd("downstream write: %d, buf len: %d", (int) rc,
253253
(int) (b->last - b->pos));

0 commit comments

Comments
 (0)