From 7b9e9ce6289594e586c4726d32c7db72c8e5a420 Mon Sep 17 00:00:00 2001 From: hyunuktak Date: Wed, 19 Sep 2018 10:58:42 +0900 Subject: [PATCH 1/1] Fix build warning for format Change-Id: I173ee0057395eccb3cf82048428288f572d5fed5 Signed-off-by: hyunuktak --- plugin/tether/stc-plugin-tether.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/tether/stc-plugin-tether.c b/plugin/tether/stc-plugin-tether.c index f1278f9..c335f05 100755 --- a/plugin/tether/stc-plugin-tether.c +++ b/plugin/tether/stc-plugin-tether.c @@ -232,7 +232,7 @@ stc_error_e tether_plugin_get_station_by_classid(const int classid, char *mac) if (_get_station_info((gconstpointer)&classid_value, _compare_sta_by_classid_func, &tmp) != 0) { - STC_LOGE("classid(%s) not found", classid); + STC_LOGE("classid(%d) not found", classid); return STC_ERROR_FAIL; } -- 2.7.4