Replace remaining fprintf with tfm::format manually

This commit is contained in:
MarcoFalke
2019-06-13 09:43:24 -04:00
parent fac03ec43a
commit fa8f195195
6 changed files with 9 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ export LC_ALL=C
FUNCTION_NAMES_AND_NUMBER_OF_LEADING_ARGUMENTS=(
"FatalError,0"
"fprintf,1"
"tfm::format,1" # Assuming tfm::::format(std::ostream&, ...
"LogConnectFailure,1"
"LogPrint,1"
"LogPrintf,0"