Fixed printf format
This commit is contained in:
parent
eee2ad7143
commit
ce2d20b70c
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user