Replace the deprecatd soup API
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / bt-service-device.c
index c1599a7..4709e9d 100644 (file)
@@ -2595,7 +2595,7 @@ int _bt_le_conn_update(const char *sender,
 
        BT_CHECK_PARAMETER(device_address, return);
 
-       BT_INFO("Sender %s, Min interval: %f, Max interval: %f, Latency: %u, Supervision timeout: %u",
+       BT_DBG("Sender %s, Min interval: %f, Max interval: %f, Latency: %u, Supervision timeout: %u",
                        sender, interval_min, interval_max, latency, time_out);
 
        if (interval_min > interval_max ||