diff --git a/server/core/config_runtime.cc b/server/core/config_runtime.cc index b306f4d2f..1bcc0cdf0 100644 --- a/server/core/config_runtime.cc +++ b/server/core/config_runtime.cc @@ -705,7 +705,7 @@ bool runtime_alter_maxscale(const char* name, const char* value) } else { - runtime_error("Unknown global parameter: %s", value); + runtime_error("Unknown global parameter: %s=%s", name, value); } if (rval)