Fix dlog format error
[platform/core/connectivity/bluetooth-frwk.git] / bt-api / bt-gatt-service.c
index b912965..22c8ea4 100644 (file)
@@ -1524,7 +1524,7 @@ static GDBusProxy *__bt_gatt_gdbus_init_manager_proxy(const gchar *service,
        }
 
        proxy =  g_dbus_proxy_new_sync(g_conn,
-                       G_DBUS_PROXY_FLAGS_NONE, NULL,
+                       G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES, NULL,
                        service, path,
                        interface, NULL, &err);
 
@@ -3285,7 +3285,7 @@ static gboolean bluetooth_gatt_server_acquire_channel_write_cb(GIOChannel *gio,
 
                if (len > 0) {
 
-                       BT_INFO(" FD io sending  value changed %s %d \n", buffer, len);
+                       BT_INFO(" FD io sending  value changed %s %zd \n", buffer, len);
 
 
                        bluetooth_gatt_server_write_requested_info_t write_info;