diff --git a/soapy_source/src/main.cpp b/soapy_source/src/main.cpp index f2dced4..8f6a270 100644 --- a/soapy_source/src/main.cpp +++ b/soapy_source/src/main.cpp @@ -297,6 +297,7 @@ private: SoapyModule* _this = (SoapyModule*)ctx; if (_this->running) { return; } if (_this->devId < 0) { + spdlog::error("No device available"); return; }