mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-18 02:55:46 +00:00
fix
This commit is contained in:
parent
a21f527bce
commit
b0b881f199
@ -185,7 +185,7 @@ int us_capture_open(us_capture_s *cap) {
|
||||
|
||||
_LOG_DEBUG("Opening capture device ...");
|
||||
if ((run->fd = open(cap->path, O_RDWR | O_NONBLOCK)) < 0) {
|
||||
_LOG_PERROR("Can't capture open device");
|
||||
_LOG_PERROR("Can't open capture device");
|
||||
goto error;
|
||||
}
|
||||
_LOG_DEBUG("Capture device fd=%d opened", run->fd);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user