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:
parent
3e3770fa82
commit
ee7793312b
@ -4584,7 +4584,7 @@ static void rwsplit_process_router_options(
|
||||
{
|
||||
if ((value = strchr(options[i], '=')) == NULL)
|
||||
{
|
||||
MXS_ERROR("router option \"%s\" for "
|
||||
MXS_ERROR("Unsupported router option \"%s\" for "
|
||||
"readwritesplit router.",
|
||||
options[i]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user