mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-17 21:13:42 +00:00
Fix typo: quierying -> querying
This fixes a small typo in a log message from 'quierying' to 'querying'.
This commit is contained in:
@@ -537,7 +537,7 @@ static void _device_open_hw_fps(struct device_t *dev) {
|
|||||||
LOG_DEBUG("Calling ioctl(VIDIOC_G_PARM) ...");
|
LOG_DEBUG("Calling ioctl(VIDIOC_G_PARM) ...");
|
||||||
if (xioctl(dev->run->fd, VIDIOC_G_PARM, &setfps) < 0) {
|
if (xioctl(dev->run->fd, VIDIOC_G_PARM, &setfps) < 0) {
|
||||||
if (errno == ENOTTY) { // Quiet message for Auvidea B101
|
if (errno == ENOTTY) { // Quiet message for Auvidea B101
|
||||||
LOG_INFO("Quierying HW FPS changing is not supported");
|
LOG_INFO("Querying HW FPS changing is not supported");
|
||||||
} else {
|
} else {
|
||||||
LOG_PERROR("Unable to query HW FPS changing");
|
LOG_PERROR("Unable to query HW FPS changing");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user