diff --git a/Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp b/Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp index 7224d28af9..bd12c6b8e0 100644 --- a/Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp +++ b/Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp @@ -487,8 +487,7 @@ void InputBackend::ConfigChanged() { if (!server_detail.empty()) { - WARN_LOG_FMT(CONTROLLERINTERFACE, - "Ignoring invalid DSU server entry in config: \"{}\"", + WARN_LOG_FMT(CONTROLLERINTERFACE, "Ignoring invalid DSU server entry in config: \"{}\"", server_detail); } continue;