Fix build warning for format 78/189578/1 accepted/tizen/5.0/unified/20181102.015648 accepted/tizen/unified/20180919.061653 submit/tizen/20180919.023413 submit/tizen_5.0/20181101.000003
authorhyunuktak <hyunuk.tak@samsung.com>
Wed, 19 Sep 2018 01:58:42 +0000 (10:58 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Wed, 19 Sep 2018 01:58:45 +0000 (10:58 +0900)
Change-Id: I173ee0057395eccb3cf82048428288f572d5fed5
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
plugin/tether/stc-plugin-tether.c

index f1278f9..c335f05 100755 (executable)
@@ -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;
        }