summaryrefslogtreecommitdiffstats
path: root/libs3cjpeg/JpegEncoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs3cjpeg/JpegEncoder.cpp')
-rw-r--r--libs3cjpeg/JpegEncoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs3cjpeg/JpegEncoder.cpp b/libs3cjpeg/JpegEncoder.cpp
index 0273377..fb70a07 100644
--- a/libs3cjpeg/JpegEncoder.cpp
+++ b/libs3cjpeg/JpegEncoder.cpp
@@ -632,7 +632,7 @@ jpg_return_status JpegEncoder::checkMcu(sample_mode_t sampleMode,
if (expectedWidth == width && expectedHeight == height)
return JPG_SUCCESS;
- LOGW("The image is not matched for MCU");
+ ALOGW("The image is not matched for MCU");
uint32_t size = width*height * 2;
char *srcBuf, *dstBuf;