We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4185ffc commit b5c2d56Copy full SHA for b5c2d56
1 file changed
src/ngx_stream_lua_cache.c
@@ -93,7 +93,7 @@ ngx_stream_lua_cache_load_code(ngx_log_t *log, lua_State *L,
93
94
dd("Value associated with given key in code cache table is not code "
95
"chunk: stack top=%d, top value type=%s\n",
96
- lua_gettop(L), lua_typename(L, -1));
+ lua_gettop(L), luaL_typename(L, -1));
97
98
/* remove cache table and value from stack */
99
lua_pop(L, 2); /* sp-=2 */
0 commit comments