From ffbf3d71f0f3b96108f9a01c2ac559851c902a9e Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 25 Nov 2020 21:13:50 -0500 Subject: Frontends: Migrate logs over to fmt --- Source/Core/DolphinQt/ConvertDialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/DolphinQt/ConvertDialog.cpp') 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); } -- cgit v1.2.3