Skip to content

Commit

Permalink
chore(acme): update warn message
Browse files Browse the repository at this point in the history
Co-authored-by: Vinicius Mignot <[email protected]>
  • Loading branch information
nowNick and locao authored Jan 11, 2024
1 parent 3b8fbb8 commit c52a2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/clustering/compat/checkers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ local compatible_checkers = {
has_update = adapt_fn(plugin.config)
if has_update then
log_warn_message('adapts ' .. plugin.name .. ' plugin redis configuration to older version',
'reverted to older schema',
'revert to older schema',
dp_version, log_suffix)
end
end
Expand Down

0 comments on commit c52a2c8

Please sign in to comment.