Turn one more folly::format error into a fatal
authorbsimmers <bsimmers@fb.com>
Sat, 5 Oct 2013 02:46:40 +0000 (19:46 -0700)
committerPeter Griess <pgriess@fb.com>
Tue, 15 Oct 2013 01:47:04 +0000 (18:47 -0700)
commit6f3352378fe7effd50c2b7496f11348f27449977
treec5a07910074272deeb204d8502cd85cf1cae1d91
parent27ff9a4ae1369b937db8d63984ea721c85670b85
Turn one more folly::format error into a fatal

Summary:
I missed this one in my original diff. It's a static property of the
format string and the number of arguments passed.

Test Plan:
automated tests. saw that my buggy format() call aborted instead of throwing an
exception

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D998409
@override-unit-failures
folly/Format.h