Skip to content

Commit

Permalink
Update kong/runloop/handler.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Haoxuan <[email protected]>
  • Loading branch information
StarlightIbuki and Oyami-Srk authored Nov 26, 2024
1 parent a074c91 commit 94fdea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/runloop/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ local function build_router(version)
local err
ROUTER, err = Router.new(EMPTY, ROUTER_CACHE, ROUTER_CACHE_NEG, ROUTER)
if not ROUTER then
log(ERR, "could not initialize router: ", err)
log(ERR, "could not create an empty router: ", err)
end
end

Expand Down

0 comments on commit 94fdea3

Please sign in to comment.