mirror of
https://github.com/pikvm/ustreamer.git
synced 2025-12-23 18:50:00 +00:00
added device timeout error message
This commit is contained in:
parent
77a53347c3
commit
0296ab60c3
@ -427,6 +427,7 @@ int _device_wait_buffer(us_device_s *dev) {
|
||||
} else if (selected == 0) {
|
||||
if (!dev->persistent) {
|
||||
// Если устройство не персистентное, то таймаут является ошибкой
|
||||
_D_LOG_ERROR("Device select() timeout");
|
||||
return -1;
|
||||
}
|
||||
if (!run->persistent_timeout_reported) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user