From: hyunuktak Date: Wed, 19 Sep 2018 01:58:42 +0000 (+0900) Subject: Fix build warning for format X-Git-Tag: accepted/tizen/5.0/unified/20181102.015648^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F189578%2F1;p=platform%2Fcore%2Fconnectivity%2Fstc-manager.git Fix build warning for format Change-Id: I173ee0057395eccb3cf82048428288f572d5fed5 Signed-off-by: hyunuktak --- 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; }