Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f83c0b94 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Fix log level - requesting MTU is not error

Test: compilation
Change-Id: Idf99af22cf4d29f6fb3da08e86e36b3394617c4f
parent 67814d94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -741,7 +741,7 @@ static void gatts_process_mtu_req(tGATT_TCB& tcb, uint16_t len,
  else
    tcb.payload_size = mtu;

  LOG(ERROR) << "MTU request PDU with MTU size " << +tcb.payload_size;
  LOG(INFO) << "MTU request PDU with MTU size " << +tcb.payload_size;

  l2cble_set_fixed_channel_tx_data_length(tcb.peer_bda, L2CAP_ATT_CID,
                                          tcb.payload_size);