2 A format-string method with a variable number of arguments is called,
3 but more arguments are passed than are actually used by the format string.
4 This won't cause a runtime exception, but the code may be silently omitting
5 information that was intended to be included in the formatted string.