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:
Johan Wikman 2015-11-18 20:51:11 +02:00
parent 3e3770fa82
commit ee7793312b

View File

@ -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]);
}