Merge "Invoke HAL_DISCOVERY_STATE_STOPPED event once" into tizen
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / bluez_hal / src / bt-hal-rfcomm-dbus-handler.c
index 3f8ab45..81f75c6 100644 (file)
@@ -255,7 +255,7 @@ static gboolean app_event_cb(GIOChannel *io, GIOCondition cond, gpointer data)
                goto fail;
        }
 
-       DBG("len: %d", len);
+       DBG("len: %zu", len);
        if (0 == len) {
                ERR("Other end of socket is closed");
                goto fail;
@@ -878,7 +878,7 @@ static gboolean __server_event_cb(GIOChannel *io, GIOCondition cond, gpointer da
                goto fail;
        }
 
-       DBG("len: %d", len);
+       DBG("len: %zu", len);
        if (0 == len) {
                ERR("Other end of socket is closed");
                goto fail;