summaryrefslogtreecommitdiffstats
path: root/src/direct_bt/HCIHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/direct_bt/HCIHandler.cpp')
-rw-r--r--src/direct_bt/HCIHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/direct_bt/HCIHandler.cpp b/src/direct_bt/HCIHandler.cpp
index 442c0ee6..fdc9259c 100644
--- a/src/direct_bt/HCIHandler.cpp
+++ b/src/direct_bt/HCIHandler.cpp
@@ -298,7 +298,7 @@ void HCIHandler::hciReaderThreadImpl() {
}
}
} else if( ETIMEDOUT != errno && !hciReaderShallStop ) { // expected exits
- ERR_PRINT("HCIHandler::reader: HCIComm error");
+ ERR_PRINT("HCIHandler::reader: HCIComm read error -> Stop");
}
}
INFO_PRINT("HCIHandler::reader: Ended. Ring has %d entries flushed", hciEventRing.getSize());