diff --git a/kong/clustering/compat/init.lua b/kong/clustering/compat/init.lua index ad2fe26d70c..bf89f44554a 100644 --- a/kong/clustering/compat/init.lua +++ b/kong/clustering/compat/init.lua @@ -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 @@ -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