Core/DBUpdater: Use correct formatter for size_t

* thanks @DDuarte pointing this out.
This commit is contained in:
Naios
2015-03-24 22:00:19 +01:00
parent 3ad7776d50
commit b2b8de5786

View File

@@ -309,7 +309,7 @@ uint32 UpdateFetcher::Update(bool const redundancyChecks, bool const allowRehash
CleanUp(applied);
else
{
TC_LOG_ERROR("sql.updates", "Cleanup is disabled! There are %zu dirty files that were applied to your database " \
TC_LOG_ERROR("sql.updates", "Cleanup is disabled! There are " SZFMTD " dirty files that were applied to your database " \
"but are now missing in your source directory!", applied.size());
}
}