Frontends: Migrate logs over to fmt

This commit is contained in:
Lioncash
2020-11-25 21:13:50 -05:00
parent 4c9ffb58fa
commit ffbf3d71f0
6 changed files with 25 additions and 25 deletions

View File

@ -184,8 +184,8 @@ void ConvertDialog::OnFormatChanged()
constexpr int FALLBACK_BLOCK_SIZE = 0x4000;
if (!block_size_ok(FALLBACK_BLOCK_SIZE))
{
ERROR_LOG(MASTER_LOG, "Failed to find a block size which does not cause problems "
"when decompressing using an old version of Dolphin");
ERROR_LOG_FMT(MASTER_LOG, "Failed to find a block size which does not cause problems "
"when decompressing using an old version of Dolphin");
}
AddToBlockSizeComboBox(FALLBACK_BLOCK_SIZE);
}