Fix dlog format string error 25/190125/1 accepted/tizen/5.0/unified/20181102.014445 accepted/tizen/unified/20180927.174455 submit/tizen/20180927.065053 submit/tizen_5.0/20181101.000002
authorhj kim <backto.kim@samsung.com>
Thu, 27 Sep 2018 06:49:15 +0000 (15:49 +0900)
committerhj kim <backto.kim@samsung.com>
Thu, 27 Sep 2018 06:49:15 +0000 (15:49 +0900)
Change-Id: Ibebf0dc9e215a597f66e519aa5be1e6d63ea9b88

src/media_controller_server.c

index 4f0876d5186b4b5b42b4257aa9f7ee70d88ef3a9..0594e2309a1dfb1c9547628afb17f7a321202442 100755 (executable)
@@ -487,7 +487,7 @@ void  _search_cb(const char *key, const int type, const bundle_keyval_t *kv, voi
 
        bundle_keyval_get_basic_val((bundle_keyval_t *)kv, &basic_val, &basic_size);
 
-       mc_secure_debug("Key [%s], Type [%d], basic_val [%s]", key, type, basic_val);
+       mc_secure_debug("Key [%s], Type [%d], basic_val [%s]", key, type, (char *)basic_val);
 
        params = g_strsplit(basic_val, MC_STRING_DELIMITER, 0);
        mc_retm_if(params == NULL, "invalid search data");