From 332983c97b7a729c4dc5f19aa9ee4a22c420f7d8 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 27 Jun 2023 20:23:44 +1000 Subject: The Formatting String Catastrophe --- source/game/StarTechController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/game/StarTechController.cpp') diff --git a/source/game/StarTechController.cpp b/source/game/StarTechController.cpp index 7ceb54e..8f0c7d7 100644 --- a/source/game/StarTechController.cpp +++ b/source/game/StarTechController.cpp @@ -425,7 +425,7 @@ void TechController::setupTechModules(List> const& mod moduleAnimator->animator.setPartTag(pair.first, "partImage", pair.second.toString()); module.animatorId = m_techAnimators.addNetElement(moduleAnimator); } else { - Logger::warn("Tech module '%s' not found in tech database", get<0>(moduleInit)); + Logger::warn("Tech module '{}' not found in tech database", get<0>(moduleInit)); } } } -- cgit v1.2.3