Fix build error 00/194700/1 accepted/tizen/unified/20181210.152216 submit/tizen/20181207.044756
authorCheoleun Moon <chleun.moon@samsung.com>
Fri, 7 Dec 2018 04:46:19 +0000 (13:46 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Fri, 7 Dec 2018 04:46:24 +0000 (13:46 +0900)
Change-Id: Ib6f1c9696fad512559a16964a485912ff4c25b69
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
src/asp-client.c

index 60e9395..009078a 100755 (executable)
@@ -1859,7 +1859,7 @@ static GVariant* __g_hash_keys_to_g_variant(GHashTable *hash)
        g_hash_table_iter_init(&iter, hash);
        while (g_hash_table_iter_next(&iter, &key, &value)) {
 
-               ASP_LOGE("key [%s]", key);
+               ASP_LOGE("key [%s]", (char*)key);
                g_variant_builder_add(&builder, "s", key);
        }