mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 12:47:40 +01:00
Added error message
This commit is contained in:
parent
fa75a3a176
commit
c31e260425
@ -297,6 +297,7 @@ private:
|
||||
SoapyModule* _this = (SoapyModule*)ctx;
|
||||
if (_this->running) { return; }
|
||||
if (_this->devId < 0) {
|
||||
spdlog::error("No device available");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user