summaryrefslogtreecommitdiffstats
path: root/libcamera
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-11-20 21:58:36 -0800
committerKoushik Dutta <koushd@gmail.com>2011-11-20 21:58:36 -0800
commit4aefda8d63e0cc887366adf3cc1347af84dfb729 (patch)
treeb2c88ec0192b222f12e2d9b78ddf625142d116f5 /libcamera
parent16754dd56552e914576971ddc53ef852ca84244c (diff)
downloaddevice_samsung_crespo-4aefda8d63e0cc887366adf3cc1347af84dfb729.zip
device_samsung_crespo-4aefda8d63e0cc887366adf3cc1347af84dfb729.tar.gz
device_samsung_crespo-4aefda8d63e0cc887366adf3cc1347af84dfb729.tar.bz2
squash changes
Diffstat (limited to 'libcamera')
-rwxr-xr-xlibcamera/SecCamera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcamera/SecCamera.cpp b/libcamera/SecCamera.cpp
index 4d0705a..5b51d31 100755
--- a/libcamera/SecCamera.cpp
+++ b/libcamera/SecCamera.cpp
@@ -670,7 +670,7 @@ int SecCamera::initCamera(int index)
}
}
- LOGE("initCamera: m_cam_fd(%d), m_jpeg_fd(%d)", m_cam_fd, m_jpeg_fd);
+ LOGD("initCamera: m_cam_fd(%d), m_jpeg_fd(%d)", m_cam_fd, m_jpeg_fd);
ret = fimc_v4l2_querycap(m_cam_fd);
CHECK(ret);