mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 10:50:24 +00:00
Fix log calls that either didn't carry over or were using newer aliases that weren't converted to FMT prior to migration
This commit is contained in:
+2
-3
@@ -1479,9 +1479,8 @@ bool SharedDatabase::UpdateInjectedCommandSettings(const std::vector<std::pair<s
|
||||
}
|
||||
|
||||
LogInfo(
|
||||
"%u New Command%s Added",
|
||||
injected.size(),
|
||||
(injected.size() == 1 ? "" : "s")
|
||||
"[{0}] New Command(s) Added",
|
||||
injected.size()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user