Skip to content

Commit

Permalink
fix error log: duplicated PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Jun 18, 2024
1 parent 8adee96 commit 7814f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/dns/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function _M.new(opts)
end
end

log(NOTICE, PREFIX, PREFIX, "supported types: ", enable_srv and "srv " or "",
log(NOTICE, PREFIX, "supported types: ", enable_srv and "srv " or "",
enable_ipv4 and "ipv4 " or "", enable_ipv6 and "ipv6 " or "")

-- parse resolv.conf
Expand Down

0 comments on commit 7814f35

Please sign in to comment.