X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bt-api%2Fbt-hdp.c;h=f8f0fadca12612b78bad5be69b462d02eba54bc6;hb=6a51b5737e8f042572c807980bfa806093cb95cf;hp=0684a347379735c70672a6b28dfa532959d23a47;hpb=15e8d2cd9d0d8b7c7bad9e754c5b7041499a043f;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-api/bt-hdp.c b/bt-api/bt-hdp.c index 0684a34..f8f0fad 100755 --- a/bt-api/bt-hdp.c +++ b/bt-api/bt-hdp.c @@ -199,7 +199,7 @@ static gboolean __bt_hdp_internal_data_received(GIOChannel *gio, return FALSE; } - BT_DBG("fd: %d, len: %d, buffer: %s", fd, len, buff); + BT_DBG("fd: %d, len: %zd, buffer: %s", fd, len, buff); user_info = _bt_get_user_data(BT_COMMON); if (user_info->cb) {