mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01:00
MainWindow: Replace WARN_LOG with WARN_LOG_FMT
This commit is contained in:
parent
0faf0b80ad
commit
642a1c1348
@ -325,7 +325,7 @@ void MainWindow::InitControllers()
|
|||||||
if (!g_controller_interface.HasDefaultDevice())
|
if (!g_controller_interface.HasDefaultDevice())
|
||||||
{
|
{
|
||||||
// Note that the CI default device could be still temporarily removed at any time
|
// Note that the CI default device could be still temporarily removed at any time
|
||||||
WARN_LOG(CONTROLLERINTERFACE,
|
WARN_LOG_FMT(CONTROLLERINTERFACE,
|
||||||
"No default device has been added in time. EmulatedController(s) defaulting adds"
|
"No default device has been added in time. EmulatedController(s) defaulting adds"
|
||||||
" input mappings made for a specific default device depending on the platform");
|
" input mappings made for a specific default device depending on the platform");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user