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

Commit 2e72f177 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

eatt: Fix logging

Bug: 159786353
Tag: #feature
Test: compile
Sponsor: jpawlowski@

Change-Id: Ia07b894a37a648d2a8aec0539e6fb75000a2c999
parent 5ddb93e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ struct eatt_impl {
              << +connecting_cids.size();

    for (uint16_t cid : connecting_cids) {
      LOG(INFO) << " /n/t cid: " << loghex(cid);
      LOG(INFO) << " \t cid: " << loghex(cid);

      auto chan = std::make_shared<EattChannel>(eatt_dev->bda_, cid, 0,
                                                eatt_dev->rx_mtu_);