summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-07-19 20:51:17 +0159
committerAmit Pundir <amit.pundir@linaro.org>2013-07-25 03:54:57 +0530
commite9951c6fabc9a087ee40a702bcd7a74874c7cf5b (patch)
tree0688ed7ddd97adb33198aa7f5118e39bd345085d
parentb87032802f19460c89da7b96ce1d9f841808f99d (diff)
downloadlibhardware-e9951c6fabc9a087ee40a702bcd7a74874c7cf5b.tar.gz
libhardware: Build fix for JB
Change-Id: I11e342693320038ba890bdb4e11ad4a0fb70e06e Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--modules/gralloc/framebuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gralloc/framebuffer.cpp b/modules/gralloc/framebuffer.cpp
index 48248e1d..08c0a715 100644
--- a/modules/gralloc/framebuffer.cpp
+++ b/modules/gralloc/framebuffer.cpp
@@ -98,7 +98,7 @@ static int fb_post(struct framebuffer_device_t* dev, buffer_handle_t buffer)
m->info.activate = FB_ACTIVATE_VBL;
m->info.yoffset = offset / m->finfo.line_length;
if (ioctl(m->framebuffer->fd, FBIOPAN_DISPLAY, &m->info) == -1) {
- LOGE("FBIOPAN_DISPLAY failed");
+ ALOGE("FBIOPAN_DISPLAY failed");
m->base.unlock(&m->base, buffer);
return -errno;
}