1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

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
+1 -1
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.