debug msg
This commit is contained in:
parent
017a77b2e0
commit
d0ab30eac8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue