summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/MainWindow.cpp
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2022-05-19 11:40:46 -0700
committerPokechu22 <Pokechu022@gmail.com>2022-05-19 12:41:57 -0700
commit642a1c1348bd85802f9f945598fb83fd43cbbd9a (patch)
tree6fc9321f3d3fca143bfd1fa6d853fc5eaf642da8 /Source/Core/DolphinQt/MainWindow.cpp
parent0faf0b80ad705ed5556c264db330f8de6988a1e8 (diff)
MainWindow: Replace WARN_LOG with WARN_LOG_FMT
Diffstat (limited to 'Source/Core/DolphinQt/MainWindow.cpp')
-rw-r--r--Source/Core/DolphinQt/MainWindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/DolphinQt/MainWindow.cpp b/Source/Core/DolphinQt/MainWindow.cpp
index 5099ffa0e2..4cd1ca0d1a 100644
--- a/Source/Core/DolphinQt/MainWindow.cpp
+++ b/Source/Core/DolphinQt/MainWindow.cpp
@@ -325,9 +325,9 @@ void MainWindow::InitControllers()
if (!g_controller_interface.HasDefaultDevice())
{
// Note that the CI default device could be still temporarily removed at any time
- WARN_LOG(CONTROLLERINTERFACE,
- "No default device has been added in time. EmulatedController(s) defaulting adds"
- " input mappings made for a specific default device depending on the platform");
+ WARN_LOG_FMT(CONTROLLERINTERFACE,
+ "No default device has been added in time. EmulatedController(s) defaulting adds"
+ " input mappings made for a specific default device depending on the platform");
}
GCAdapter::Init();
Pad::Initialize();