Fix Wformat build error 05/185405/1
authoryhji <yhji.lee@samsung.com>
Mon, 30 Jul 2018 08:21:43 +0000 (17:21 +0900)
committeryhji <yhji.lee@samsung.com>
Mon, 30 Jul 2018 08:21:43 +0000 (17:21 +0900)
Change-Id: I1bf6bacb6c229e07031441cda09b3da9df679864
Signed-off-by: yhji <yhji.lee@samsung.com>
server/vcd_server.c

index 8bdf090e2191113ca34e3b8510b6abd9be972b7a..fdfdbcbee835bf5e44acf856e0bebd38a07a21a3 100644 (file)
@@ -2815,7 +2815,7 @@ int vcd_get_private_data(const char* key, char** data)
        if (0 != ret) {
                SLOG(LOG_ERROR, TAG_VCD, "[Server ERROR] Fail to get private data from the manager client : ret(%d)", ret);
        } else {
-               SLOG(LOG_DEBUG, TAG_VCD, "[Server] Get private data from the manager client, key(%s), data(%s)", key, data);
+               SLOG(LOG_DEBUG, TAG_VCD, "[Server] Get private data from the manager client, key(%s), data(%s)", key, *data);
        }
 
        return ret;