Skip to content

Commit

Permalink
[resolver] fix typo in log
Browse files Browse the repository at this point in the history
  • Loading branch information
tkan145 committed Jan 30, 2025
1 parent 2a26153 commit 2d9faa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/src/resty/resolver/cache.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function _M.store(self, qname, qtype, answer, force_ttl)
end

local key = name .. ":" .. qtype
ngx.log(ngx.DEBUG, 'resolver cache write ', key, ' with TLL ', ttl)
ngx.log(ngx.DEBUG, 'resolver cache write ', key, ' with TTL ', ttl)

return cache:set(key, answer, ttl)
end
Expand Down

0 comments on commit 2d9faa7

Please sign in to comment.