From c31e2604258e4cefae6e8ca6e0bb41086f18bb35 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Mon, 30 Aug 2021 03:07:36 +0200 Subject: [PATCH] Added error message --- soapy_source/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/soapy_source/src/main.cpp b/soapy_source/src/main.cpp index f2dced4b..8f6a270e 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; }