summaryrefslogtreecommitdiff
path: root/src/codec
diff options
context:
space:
mode:
authorMinje Ahn <minje.ahn@samsung.com>2015-06-08 16:33:26 +0900
committerMinje Ahn <minje.ahn@samsung.com>2015-06-08 16:33:26 +0900
commitb17f8d10bf16779c62c4e2b267d2bdc716ccfdac (patch)
treef4572cb3d19abe5c93bb331ae639eb54d5a123dc /src/codec
parent9c534f334a71a5250c9411cc53c83cd72e3b7e74 (diff)
downloadlibmedia-thumbnail-b17f8d10bf16779c62c4e2b267d2bdc716ccfdac.tar.gz
libmedia-thumbnail-b17f8d10bf16779c62c4e2b267d2bdc716ccfdac.tar.bz2
libmedia-thumbnail-b17f8d10bf16779c62c4e2b267d2bdc716ccfdac.zip
Update error log.
Change-Id: I632eda45a7b46927b5c5be9e98cebd30aefc69d4 Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Diffstat (limited to 'src/codec')
-rw-r--r--src/codec/img-codec-osal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codec/img-codec-osal.c b/src/codec/img-codec-osal.c
index ecce649..88123bb 100644
--- a/src/codec/img-codec-osal.c
+++ b/src/codec/img-codec-osal.c
@@ -126,7 +126,7 @@ BOOL DrmSeekFile(HFile hFile, long position, long offset)
if (!_is_real_drm) {
ret = fseek(hFile, offset, position);
if (ret < 0) {
- thumb_err("fseek failed : %s", strerror(errno));
+ thumb_stderror("fseek failed");
return FALSE;
}
} else {