Fix Wformat build warning 27/190127/1
authoryhji <yhji.lee@samsung.com>
Thu, 27 Sep 2018 07:47:07 +0000 (16:47 +0900)
committeryhji <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

index 7053c46..866d3da 100644 (file)
@@ -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);