[Discord]: Fix format string (#828)
This commit is contained in:
parent
5f33db9ed6
commit
8408f23d43
@ -40,7 +40,7 @@ namespace Components
|
||||
|
||||
static void Errored(const int errorCode, const char* message)
|
||||
{
|
||||
Logger::Print(Game::CON_CHANNEL_ERROR, "Discord: Error (%i): %s\n", errorCode, message);
|
||||
Logger::Print(Game::CON_CHANNEL_ERROR, "Discord: Error ({}): {}\n", errorCode, message);
|
||||
}
|
||||
|
||||
void Discord::UpdateDiscord()
|
||||
|
Loading…
Reference in New Issue
Block a user