kopia lustrzana https://github.com/FreeSpacenav/spacenavd
improved the logging slightly when we run out of event device files during the
alternate device detection codepath git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spacenavd@134 ef983eb1-d774-4af8-acfd-baaf7b16a646pull/1/head
rodzic
ad81171ce0
commit
0bf5d8c0b8
|
@ -437,6 +437,7 @@ static char *get_dev_path(void)
|
|||
path, strerror(errno));
|
||||
continue;
|
||||
} else {
|
||||
fprintf(stderr, "failed to open %s: %s\n", path, strerror(errno));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue