diff options
Diffstat (limited to 'Source/Core/DolphinQt/ConvertDialog.cpp')
| -rw-r--r-- | Source/Core/DolphinQt/ConvertDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DolphinQt/ConvertDialog.cpp b/Source/Core/DolphinQt/ConvertDialog.cpp index a14e728c40..2a0f654985 100644 --- a/Source/Core/DolphinQt/ConvertDialog.cpp +++ b/Source/Core/DolphinQt/ConvertDialog.cpp @@ -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); } |
