ecore input - make an unsupported joystick a warn not an err...

This commit is contained in:
Carsten Haitzler 2020-08-11 13:49:30 +01:00
parent c26f56aef9
commit a923cb0f7b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}