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

Commit edfe7285 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski Committed by Automerger Merge Worker
Browse files

eatt: Fix logging am: 7591d7a5

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/bt/+/15212810

Change-Id: I5ae44039a1b1979a8f3ed218903716bb51eb2ad8
parents e7e2c0ad 7591d7a5
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_);