aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Petitions/PetitionMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/game/Petitions/PetitionMgr.cpp')
-rw-r--r--src/server/game/Petitions/PetitionMgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Petitions/PetitionMgr.cpp b/src/server/game/Petitions/PetitionMgr.cpp
index c4e6a1b07cc..c65cc4d401c 100644
--- a/src/server/game/Petitions/PetitionMgr.cpp
+++ b/src/server/game/Petitions/PetitionMgr.cpp
@@ -55,7 +55,7 @@ void PetitionMgr::LoadPetitions()
++count;
} while (result->NextRow());
- TC_LOG_INFO("server.loading", ">> Loaded %u petitions in: %u ms.", count, GetMSTimeDiffToNow(oldMSTime));
+ TC_LOG_INFO("server.loading", ">> Loaded {} petitions in: {} ms.", count, GetMSTimeDiffToNow(oldMSTime));
}
void PetitionMgr::LoadSignatures()
@@ -82,7 +82,7 @@ void PetitionMgr::LoadSignatures()
++count;
} while (result->NextRow());
- TC_LOG_INFO("server.loading", ">> Loaded %u Petition signs in %u ms.", count, GetMSTimeDiffToNow(oldMSTime));
+ TC_LOG_INFO("server.loading", ">> Loaded {} Petition signs in {} ms.", count, GetMSTimeDiffToNow(oldMSTime));
}
void PetitionMgr::AddPetition(ObjectGuid petitionGuid, ObjectGuid ownerGuid, std::string const& name, bool isLoading)