Broken error message fixed in readwritesplit.c
When converting the skygw_ logging calls to MXS_ equivalents, some part of the error message got lost.
This commit is contained in:
@ -4584,7 +4584,7 @@ static void rwsplit_process_router_options(
|
|||||||
{
|
{
|
||||||
if ((value = strchr(options[i], '=')) == NULL)
|
if ((value = strchr(options[i], '=')) == NULL)
|
||||||
{
|
{
|
||||||
MXS_ERROR("router option \"%s\" for "
|
MXS_ERROR("Unsupported router option \"%s\" for "
|
||||||
"readwritesplit router.",
|
"readwritesplit router.",
|
||||||
options[i]);
|
options[i]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user