MXS-936: fixed compilation error with "debug" build

MXS-936: fixed compilation error with "debug" build
This commit is contained in:
MassimilianoPinto
2016-11-10 13:22:26 +01:00
parent 21add3a8b4
commit 12dba14c5c

View File

@ -2306,7 +2306,7 @@ destroyInstance(ROUTER *instance)
ROUTER_INSTANCE *inst = (ROUTER_INSTANCE *) instance;
MXS_DEBUG("Destroying instance of router %s for service %s",
service->routerModule, service->name);
inst->service->routerModule, inst->service->name);
/* Check whether master connection is active */
if (inst->master)