Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/13783
Change subject: lms: Improve log during flush recv error
......................................................................
lms: Improve log during flush recv error
Change-Id: Id45d42599738efd6a5d89787c75779838a979330
---
M Transceiver52M/device/lms/LMSDevice.cpp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/83/13783/1
diff --git a/Transceiver52M/device/lms/LMSDevice.cpp
b/Transceiver52M/device/lms/LMSDevice.cpp
index 064d742..b924fa7 100644
--- a/Transceiver52M/device/lms/LMSDevice.cpp
+++ b/Transceiver52M/device/lms/LMSDevice.cpp
@@ -462,7 +462,7 @@
rc = LMS_RecvStream(&m_lms_stream_rx[0], &buffer[0], len,
&rx_metadata, 100);
LOGC(DDEV, DEBUG) << "Flush: Recv buffer of len " << rc << " at
" << std::hex << rx_metadata.timestamp;
if (rc != len) {
- LOGC(DDEV, ALERT) << "LMS: Device receive timed out";
+ LOGC(DDEV, ALERT) << "Flush: Device receive timed out";
return false;
}
--
To view, visit https://gerrit.osmocom.org/13783
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id45d42599738efd6a5d89787c75779838a979330
Gerrit-Change-Number: 13783
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>