diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-11 17:57:59 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-11 17:57:59 -0800 |
commit | 258d9bb45fbe7a0fa246f860eee7bf3e3b978fe3 (patch) | |
tree | 68bb69d2b8500ba9b7c3526a7953902aa78795e0 /host/lib/usrp/usrp2/usrp2_iface.cpp | |
parent | 476afe68f5c37a3e10a1208b0150732d7770a023 (diff) | |
download | uhd-258d9bb45fbe7a0fa246f860eee7bf3e3b978fe3.tar.gz uhd-258d9bb45fbe7a0fa246f860eee7bf3e3b978fe3.tar.bz2 uhd-258d9bb45fbe7a0fa246f860eee7bf3e3b978fe3.zip |
usrp-n: populated name properties to use the generated cname from iface
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_iface.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_iface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_iface.cpp b/host/lib/usrp/usrp2/usrp2_iface.cpp index 01df68010..7208a47cf 100644 --- a/host/lib/usrp/usrp2/usrp2_iface.cpp +++ b/host/lib/usrp/usrp2/usrp2_iface.cpp @@ -269,7 +269,7 @@ public: if (len == 0) break; //timeout //didnt get seq or bad packet, continue looking... } - throw std::runtime_error("usrp2 no control response"); + throw std::runtime_error(this->get_cname() + ": no control response"); } rev_type get_rev(void){ |