Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarTechController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarTechController.cpp')
-rw-r--r--source/game/StarTechController.cpp2
1 files changed, 1 insertions, 1 deletions
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<tuple<String, JsonObject>> 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));
}
}
}