summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--librotator/exynos_rotator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/librotator/exynos_rotator.c b/librotator/exynos_rotator.c
index 009d84a..ba2b880 100644
--- a/librotator/exynos_rotator.c
+++ b/librotator/exynos_rotator.c
@@ -480,7 +480,7 @@ static bool m_exynos_rotator_set_format(
int value = 0;
if (exynos_v4l2_g_ctrl(fd, V4L2_CID_ROTATE, &value) < 0) {
- ALOGE("%s::exynos_v4l2_g_ctrl(V4L2_CID_ROTATE) fail");
+ ALOGE("%s::exynos_v4l2_g_ctrl(V4L2_CID_ROTATE) fail", __func__);
return false;
}