diff options
| author | Léo Lam <leo@leolam.fr> | 2020-11-27 02:17:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-27 02:17:25 +0100 |
| commit | cecbc65ea0a9758b6ff754fd013797aec74045db (patch) | |
| tree | f9a6adec4f35fdf82fddefba227737ace8e32fd6 /Source/Core/DolphinQt/ConvertDialog.cpp | |
| parent | 4c9ffb58fa7b15c49c509e1a8d18e5012d345414 (diff) | |
| parent | 978e5469af55f4fc30c94bbf66c8ab3ae4681c85 (diff) | |
Merge pull request #9286 from lioncash/core-log6
Frontends: Migrate logs over to fmt
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); } |
