Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Mar 28, 2024
1 parent a21f527 commit b0b881f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b0b881f

Please sign in to comment.