projects
/
platform
/
core
/
uifw
/
voice-control.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f180710
)
Fix Wformat build warning
27/190127/1
author
yhji
<yhji.lee@samsung.com>
Thu, 27 Sep 2018 07:47:07 +0000
(16:47 +0900)
committer
yhji
<yhji.lee@samsung.com>
Thu, 27 Sep 2018 07:47:07 +0000
(16:47 +0900)
Change-Id: Ib936e1857b9d1bda728d30c4e49fb8a5bc235b25
Signed-off-by: yhji <yhji.lee@samsung.com>
client/vc_mgr_data.cpp
patch
|
blob
|
history
diff --git
a/client/vc_mgr_data.cpp
b/client/vc_mgr_data.cpp
index 7053c46ca8e0e9b2fb278ebe46d9a127c4db01b4..866d3dac31c14f524da51350e3e814886e6ecdea 100644
(file)
--- a/
client/vc_mgr_data.cpp
+++ b/
client/vc_mgr_data.cpp
@@
-35,7
+35,7
@@
int vc_mgr_data_add_feedback_data(vc_feedback_data_s* data)
SLOG(LOG_ERROR, TAG_VCM, "[DATA ERROR] feedback data is NULL");
return VC_ERROR_INVALID_PARAMETER;
}
- SLOG(LOG_DEBUG, TAG_VCM, "[DATA] feedback_data : %p",
*
data);
+ SLOG(LOG_DEBUG, TAG_VCM, "[DATA] feedback_data : %p", data);
pthread_mutex_lock(&g_feedback_data_mutex);