summaryrefslogtreecommitdiffstats
path: root/xbmc/games/controllers/windows
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 09:29:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 09:29:46 +0000
commit43b857ba815ecf82cd9ac8b90d49937fa4a8a71a (patch)
tree9bf6d9490ce23a686cb9d7e69ae4c3360e4bbfa6 /xbmc/games/controllers/windows
parentReleasing progress-linux version 2:20.4+dfsg-1~progress7.99u1. (diff)
downloadkodi-43b857ba815ecf82cd9ac8b90d49937fa4a8a71a.tar.xz
kodi-43b857ba815ecf82cd9ac8b90d49937fa4a8a71a.zip
Merging upstream version 2:20.5+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--xbmc/games/controllers/windows/GUIConfigurationWizard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/games/controllers/windows/GUIConfigurationWizard.cpp b/xbmc/games/controllers/windows/GUIConfigurationWizard.cpp
index c2ac2f5..ff5f8d8 100644
--- a/xbmc/games/controllers/windows/GUIConfigurationWizard.cpp
+++ b/xbmc/games/controllers/windows/GUIConfigurationWizard.cpp
@@ -290,8 +290,8 @@ bool CGUIConfigurationWizard::MapPrimitive(JOYSTICK::IButtonMap* buttonMap,
}
else
{
- CLog::Log(LOGDEBUG, "{}: mapping feature \"{}\" for device {} to \"{}\"",
- m_strControllerId, feature.Name(), buttonMap->Location(), primitive.ToString());
+ CLog::Log(LOGDEBUG, "{}: mapping feature \"{}\" for device {}", m_strControllerId,
+ feature.Name(), buttonMap->Location());
switch (feature.Type())
{