aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorƁukasz Rymanowski <lukasz.rymanowski@codecoup.pl>2021-05-26 09:01:21 +0000
committerJakub Pawlowski <jpawlowski@google.com>2021-07-06 13:01:39 +0200
commitb33ab19823a97cc1d0f428968219e5ea108a9f78 (patch)
treeadf4b1a4ee11d05e69e6cd6c106b8330cc09fbc5
parent95230e61c1f859936d721ce868bd0ea5dab4fe98 (diff)
downloadbt-b33ab19823a97cc1d0f428968219e5ea108a9f78.tar.gz
eatt: Fix logging
Bug: 159786353 Tag: #feature Test: compile Sponsor: jpawlowski@ Bug: 191313013 Merged-In: Ia07b894a37a648d2a8aec0539e6fb75000a2c999 Change-Id: Ia07b894a37a648d2a8aec0539e6fb75000a2c999
-rw-r--r--stack/eatt/eatt_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack/eatt/eatt_impl.h b/stack/eatt/eatt_impl.h
index 25799abbc..2809c2b3a 100644
--- a/stack/eatt/eatt_impl.h
+++ b/stack/eatt/eatt_impl.h
@@ -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_);