Fix compilation error

This commit is contained in:
Johan Wikman
2017-04-18 14:53:12 +03:00
parent dfede32266
commit 3b4fdbcf32

View File

@ -1486,10 +1486,10 @@ dListServices(DCB *dcb)
if (service) if (service)
{ {
dcb_printf(dcb, "Services.\n"); dcb_printf(dcb, "Services.\n");
dcb_printf(dcb, HORIZ_SEPARATOR); dcb_printf(dcb, "%s", HORIZ_SEPARATOR);
dcb_printf(dcb, "%-25s | %-17s | #Users | Total Sessions | Backend databases\n", dcb_printf(dcb, "%-25s | %-17s | #Users | Total Sessions | Backend databases\n",
"Service Name", "Router Module"); "Service Name", "Router Module");
dcb_printf(dcb, HORIZ_SEPARATOR); dcb_printf(dcb, "%s", HORIZ_SEPARATOR);
} }
while (service) while (service)
{ {