mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
(udev) Log mouse devices in info level
This commit is contained in:
parent
83d888ca4a
commit
b92540b24d
@ -4167,7 +4167,7 @@ static void *udev_input_init(const char *joypad_driver)
|
||||
{
|
||||
if (udev->devices[i]->type != UDEV_INPUT_KEYBOARD)
|
||||
{
|
||||
RARCH_DBG("[udev]: Mouse/Touch #%u: \"%s\" (%s) %s\n",
|
||||
RARCH_LOG("[udev]: Mouse/Touch #%u: \"%s\" (%s) %s.\n",
|
||||
mouse,
|
||||
udev->devices[i]->ident,
|
||||
udev->devices[i]->mouse.abs ? "ABS" : "REL",
|
||||
@ -4179,7 +4179,7 @@ static void *udev_input_init(const char *joypad_driver)
|
||||
}
|
||||
else
|
||||
{
|
||||
RARCH_DBG("[udev]: Keyboard #%u: \"%s\" (%s).\n",
|
||||
RARCH_LOG("[udev]: Keyboard #%u: \"%s\" (%s).\n",
|
||||
keyboard,
|
||||
udev->devices[i]->ident,
|
||||
udev->devices[i]->devnode);
|
||||
|
Loading…
x
Reference in New Issue
Block a user