Fixed printf format
This commit is contained in:
@ -719,7 +719,8 @@ char *weightby;
|
|||||||
if ((weightby = serviceGetWeightingParameter(router_inst->service))
|
if ((weightby = serviceGetWeightingParameter(router_inst->service))
|
||||||
!= NULL)
|
!= NULL)
|
||||||
{
|
{
|
||||||
dcb_printf(dcb, "\tConnection distribution based on %s\n",
|
dcb_printf(dcb, "\tConnection distribution based on %s "
|
||||||
|
"server parameter.\n",
|
||||||
weightby);
|
weightby);
|
||||||
dcb_printf(dcb,
|
dcb_printf(dcb,
|
||||||
"\t\tServer Target %% Connections\n");
|
"\t\tServer Target %% Connections\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user