forked from Clones/Controlify
make HID failure log more specific
This commit is contained in:
@ -38,7 +38,7 @@ public class ControllerHIDService implements HidServicesListener {
|
|||||||
|
|
||||||
services.start();
|
services.start();
|
||||||
} catch (HidException e) {
|
} catch (HidException e) {
|
||||||
Controlify.LOGGER.error("Failed to start controller HID service!", e);
|
Controlify.LOGGER.error("Failed to start controller HID service! If you are on Linux using flatpak or snap, this is likely because your launcher has not added libusb to their package.", e);
|
||||||
disabled = true;
|
disabled = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user