From b2b8de5786364d81fbce643e8f00bcc0129ed760 Mon Sep 17 00:00:00 2001 From: Naios Date: Tue, 24 Mar 2015 22:00:19 +0100 Subject: Core/DBUpdater: Use correct formatter for size_t * thanks @DDuarte pointing this out. --- src/server/shared/Updater/UpdateFetcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/shared/Updater/UpdateFetcher.cpp') diff --git a/src/server/shared/Updater/UpdateFetcher.cpp b/src/server/shared/Updater/UpdateFetcher.cpp index b93ca614729..2b12f39780c 100644 --- a/src/server/shared/Updater/UpdateFetcher.cpp +++ b/src/server/shared/Updater/UpdateFetcher.cpp @@ -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()); } } -- cgit v1.2.3