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-baaf7b16a646
pull/1/head
John Tsiombikas 2012-02-01 02:43:48 +00:00
rodzic ad81171ce0
commit 0bf5d8c0b8
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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;
}
}