d0gtail has uploaded this change for review. ( https://gerrit.osmocom.org/12052
Change subject: UHDDevice: log exception information on device open failure
......................................................................
UHDDevice: log exception information on device open failure
Change-Id: Ia84ddcf50cc83f9326b22bfdfb4f259b4e0bc5f1
---
M Transceiver52M/device/uhd/UHDDevice.cpp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/52/12052/1
diff --git a/Transceiver52M/device/uhd/UHDDevice.cpp
b/Transceiver52M/device/uhd/UHDDevice.cpp
index e0ea0c9..cd243c1 100644
--- a/Transceiver52M/device/uhd/UHDDevice.cpp
+++ b/Transceiver52M/device/uhd/UHDDevice.cpp
@@ -637,7 +637,7 @@
usrp_dev = uhd::usrp::multi_usrp::make(addr);
} catch(uhd::key_error::exception &e) {
LOGC(DDEV, ALERT) << "UHD make failed, device " << args;
- LOGC(DDEV, ALERT) << "UHD make execption output:\n" << e.what();
+ LOGC(DDEV, ALERT) << "UHD make exception output:\n" << e.what();
return -1;
}
--
To view, visit https://gerrit.osmocom.org/12052
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: Ia84ddcf50cc83f9326b22bfdfb4f259b4e0bc5f1
Gerrit-Change-Number: 12052
Gerrit-PatchSet: 1
Gerrit-Owner: d0gtail <[email protected]>