projects
/
platform
/
core
/
multimedia
/
libmedia-thumbnail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c0a50
)
Fix log msg
25/172825/2
author
Minje Ahn
<minje.ahn@samsung.com>
Fri, 16 Mar 2018 07:22:51 +0000
(16:22 +0900)
committer
hj kim
<backto.kim@samsung.com>
Mon, 19 Mar 2018 04:13:24 +0000
(
04:13
+0000)
Change-Id: I4320691d685714aed75f9c12e353b308c01509b1
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
src/ipc/media-thumb-ipc.c
patch
|
blob
|
history
diff --git
a/src/ipc/media-thumb-ipc.c
b/src/ipc/media-thumb-ipc.c
index feaff113da6478c956c72d3ae517a801cc469604..fc11e282b789a0718878231cbbcd1e3f915faa2f 100755
(executable)
--- a/
src/ipc/media-thumb-ipc.c
+++ b/
src/ipc/media-thumb-ipc.c
@@
-584,7
+584,7
@@
static int _media_thumb_raw_data_send_request()
_media_thumb_set_buffer(&req_msg, &buf, &buf_size);
if (send(sock, buf, buf_size, 0) < 0) {
- thumb_err("send
to
failed: %d", errno);
+ thumb_err("send failed: %d", errno);
SAFE_FREE(buf);
g_source_destroy(g_main_context_find_source_by_id(g_main_context_get_thread_default(), source_id));
g_io_channel_shutdown(channel, TRUE, NULL);