Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Jan 22, 2023
1 parent fdbb3e3 commit 1025f94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kong/clustering/compat/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,9 @@ local compatible_checkers = {

if has_update then
ngx_log(ngx_WARN, _log_prefix, "Kong Gateway v" .. KONG_VERSION ..
" contains configuration 'plugin.instance_name'",
" which is incompatible with dataplane version " .. dp_version .. " and will",
" be removed.", log_suffix)
" contains configuration 'plugin.instance_name'",
" which is incompatible with dataplane version " .. dp_version,
" and will be removed.", log_suffix)
end

return has_update
Expand All @@ -356,8 +356,8 @@ local compatible_checkers = {
if has_update then
ngx_log(ngx_WARN, _log_prefix, "Kong Gateway v" .. KONG_VERSION ..
" contains configuration 'upstream.use_srv_name'",
" which is incompatible with dataplane version " .. dp_version .. " and will",
" be removed.", log_suffix)
" which is incompatible with dataplane version " .. dp_version,
" and will be removed.", log_suffix)
end

return has_update
Expand Down

0 comments on commit 1025f94

Please sign in to comment.