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

summaryrefslogtreecommitdiff
path: root/source/game/StarItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarItem.cpp')
-rw-r--r--source/game/StarItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarItem.cpp b/source/game/StarItem.cpp
index 4e4ec14..3658bb0 100644
--- a/source/game/StarItem.cpp
+++ b/source/game/StarItem.cpp
@@ -128,7 +128,7 @@ ItemPtr Item::take(uint64_t max) {
newItems->setCount(takeCount);
return newItems;
} else {
- Logger::warn(strf("Could not clone %s, not moving %d items as requested.", friendlyName(), takeCount).c_str());
+ Logger::warn(strf("Could not clone {}, not moving {} items as requested.", friendlyName(), takeCount).c_str());
}
}