Change in osmo-trx[master]: UHDDevice: log exception information on device open failure

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

d0gtail gerrit-no-reply at lists.osmocom.org
Fri Nov 30 22:28:42 UTC 2018


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 <dogtail at web.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181130/dd2d2e20/attachment.htm>


More information about the gerrit-log mailing list