1
0
forked from Clones/Controlify

make HID failure log more specific

This commit is contained in:
isXander
2023-02-13 22:11:13 +00:00
parent ae0e92a708
commit 439e7bcca6

View File

@ -38,7 +38,7 @@ public class ControllerHIDService implements HidServicesListener {
services.start();
} 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;
}
}