debug msg

This commit is contained in:
Denis 2023-12-05 01:12:41 +01:00
parent 017a77b2e0
commit d0ab30eac8
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03

View file

@ -478,7 +478,7 @@ static int hidraw_cycle_to_mode(const char* const path, int controller_mode) {
int fd = open(hidraw_path, O_RDWR);
if (fd == -1) {
fprintf(stderr, "Error opening hidraw device\n");
fprintf(stderr, "Error opening hidraw device %s\n", hidraw_path);
res = -EIO;