More detailed logging of hid_init() on unixes to detect why

loading of "libudev.so.1" or "libudev.so.0" failed.
This commit is contained in:
bubnikv 2020-03-12 09:38:22 +01:00
parent c73493eba5
commit ccbf5379ab
2 changed files with 11 additions and 2 deletions

View file

@ -159,7 +159,7 @@ static int hid_wrapper_udev_init()
{
// Error, close the shared library handle and finish.
hid_wrapper_udev_close();
return -1;
return -2;
}
// Success.