VA: Number of format-string arguments does not correspond to number of placeholders (VA_FORMAT_STRING_ARG_MISMATCH)

A format-string method with a variable number of arguments is called, but the number of arguments passed does not match with the number of % placeholders in the format string. This is probably not what the author intended.