summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/v4l2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/v4l2.c b/src/v4l2.c
index f45de1c..3e53a77 100644
--- a/src/v4l2.c
+++ b/src/v4l2.c
@@ -270,8 +270,8 @@ int v4l2_export_buffer(int video_fd, unsigned int type, unsigned int index,
rc = ioctl(video_fd, VIDIOC_EXPBUF, &exportbuffer);
if (rc < 0) {
- sunxi_cedrus_log("Unable to export buffer: %s\n",
- strerror(errno));
+ request_log("Unable to export buffer: %s\n",
+ strerror(errno));
return -1;
}