raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a923cb0f7b236f65496e4393b35082194b35d193
commit a923cb0f7b236f65496e4393b35082194b35d193 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Tue Aug 11 13:49:30 2020 +0100 ecore input - make an unsupported joystick a warn not an err... --- src/lib/ecore_input/ecore_input_joystick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_input/ecore_input_joystick.c b/src/lib/ecore_input/ecore_input_joystick.c index 28f527bc89..7793c3bf35 100644 --- a/src/lib/ecore_input/ecore_input_joystick.c +++ b/src/lib/ecore_input/ecore_input_joystick.c @@ -484,7 +484,7 @@ _joystick_register(const char* syspath) mapper = _joystick_mapping_info_get(syspath); if (!mapper) { - ERR("Unsupported joystick."); + WRN("Unsupported joystick."); goto register_failed; } --
