mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 14:36:37 +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:
+1
-1
@@ -327,7 +327,7 @@ int main(int argc, char** argv) {
|
||||
std::string hotfix_name;
|
||||
if (database.GetVariable("hotfix_name", hotfix_name)) {
|
||||
if (!hotfix_name.empty()) {
|
||||
LogInfo("Current hotfix in use: '%s'", hotfix_name.c_str());
|
||||
LogInfo("Current hotfix in use: [{}]", hotfix_name.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user