build: fix error when compiling with format-security
Within set_servant_health cl_log is called with a string variable and no
parameters. This leads to compiler errors when building with --Wformat
--Werror=format-security.
Introduce a dummy format string ("%s") to suppress this error.