mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-05-26 23:36:16 +00:00
perror fix
This commit is contained in:
@@ -389,7 +389,7 @@ static int _capture_handle_event(struct device_t *dev) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
} else {
|
} 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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user