perror fix

This commit is contained in:
Devaev Maxim
2018-09-17 09:18:31 +03:00
parent 0e8ec793a5
commit 1e8fc71e1e

View File

@@ -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;
} }