mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-10-30 19:33:33 +00:00
transceiver: uhd: increase log level on constructor errors
Exceptions on make are major no-start conditions. Make these errors more apparent. Signed-off-by: Thomas Tsou <ttsou@vt.edu> git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2688 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
@@ -419,7 +419,7 @@ bool uhd_device::open()
|
||||
try {
|
||||
usrp_dev = uhd::usrp::single_usrp::make(dev_addr);
|
||||
} catch(...) {
|
||||
LOG(ERR) << "UHD make failed";
|
||||
LOG(ALERT) << "UHD make failed";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user