aboutsummaryrefslogtreecommitdiffstats
path: root/src/direct_bt/L2CAPComm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/direct_bt/L2CAPComm.cpp')
-rw-r--r--src/direct_bt/L2CAPComm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/direct_bt/L2CAPComm.cpp b/src/direct_bt/L2CAPComm.cpp
index a28d04a9..86367408 100644
--- a/src/direct_bt/L2CAPComm.cpp
+++ b/src/direct_bt/L2CAPComm.cpp
@@ -135,7 +135,7 @@ L2CAPComm::L2CAPComm(std::shared_ptr<DBTDevice> device, const uint16_t psm, cons
} else if( ETIMEDOUT == errno ) {
to_retry_count++;
if( to_retry_count < number(Defaults::L2CAP_CONNECT_MAX_RETRY) ) {
- INFO_PRINT("L2CAPComm::ctor: Connect timeout, retry %d", to_retry_count);
+ WORDY_PRINT("L2CAPComm::ctor: Connect timeout, retry %d", to_retry_count);
continue;
} else {
ERR_PRINT("L2CAPComm::ctor: Connect timeout, retried %d", to_retry_count);