projects
/
platform
/
core
/
uifw
/
multi-assistant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d6ab45
)
Fix mismatch between log format and actual parameter
48/222348/1
author
Ji-hoon Lee
<dalton.lee@samsung.com>
Tue, 14 Jan 2020 02:23:29 +0000
(11:23 +0900)
committer
Ji-hoon Lee
<dalton.lee@samsung.com>
Tue, 14 Jan 2020 02:23:29 +0000
(11:23 +0900)
Change-Id: I485aafbb9975fcb034ca3e9dc3c51c4984604ec6
client/ma_dbus.c
patch
|
blob
|
history
diff --git
a/client/ma_dbus.c
b/client/ma_dbus.c
index 2bb657a789310bede60c3ba4e6e5ba36bd4dfacd..f7acf8fce761472f2697c4885983266be1d7a412 100644
(file)
--- a/
client/ma_dbus.c
+++ b/
client/ma_dbus.c
@@
-79,7
+79,7
@@
static void message_port_cb(int local_port_id,
bundle_get_byte(message, "content", (void**)(&v), &size);
if (size > STREAMING_BUFFER_SIZE) {
- MA_SLOGE("[ERROR] bundle contains data bigger than %d : %
d
", STREAMING_BUFFER_SIZE, size);
+ MA_SLOGE("[ERROR] bundle contains data bigger than %d : %
zu
", STREAMING_BUFFER_SIZE, size);
return;
} else {
memcpy(buffer, v, size);