mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06: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:
parent
c73493eba5
commit
ccbf5379ab
2 changed files with 11 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue