diff --git a/recorder/src/main.cpp b/recorder/src/main.cpp index 8bfbe91..afef573 100644 --- a/recorder/src/main.cpp +++ b/recorder/src/main.cpp @@ -169,6 +169,7 @@ private: basebandHandler.start(); sigpath::signalPath.bindIQStream(&basebandStream); recording = true; + spdlog::info("Recording to '{0}'", expandedPath); } else { spdlog::error("Could not create '{0}'", expandedPath); @@ -227,6 +228,7 @@ private: recording = true; audioHandler.start(); audioSplit.bindStream(&audioHandlerStream); + spdlog::info("Recording to '{0}'", expandedPath); } else { spdlog::error("Could not create '{0}'", expandedPath);