mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-04-11 00:56:13 +00:00
perror fix
This commit is contained in:
@@ -389,7 +389,7 @@ static int _capture_handle_event(struct device_t *dev) {
|
||||
return 0;
|
||||
}
|
||||
} else {
|
||||
LOG_ERROR("Got some V4L2 device event, but where is it? ");
|
||||
LOG_PERROR("Got some V4L2 device event, but where is it? ");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user