mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-07 15:51:36 +00:00
converting more format strings
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
void Server::SetupLogger(const std::string_view serviceName) {
|
||||
if (Game::logger) {
|
||||
LOG("A logger has already been setup, skipping.");
|
||||
Log::Info("A logger has already been setup, skipping.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user