Fixed printf format

This commit is contained in:
Mark Riddoch 2014-06-27 15:52:57 +01:00
parent eee2ad7143
commit ce2d20b70c

View File

@ -719,7 +719,8 @@ char *weightby;
if ((weightby = serviceGetWeightingParameter(router_inst->service))
!= NULL)
{
dcb_printf(dcb, "\tConnection distribution based on %s\n",
dcb_printf(dcb, "\tConnection distribution based on %s "
"server parameter.\n",
weightby);
dcb_printf(dcb,
"\t\tServer Target %% Connections\n");