diff options
-rw-r--r-- | src/output/Soapy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/Soapy.cpp b/src/output/Soapy.cpp index 084591f..f138e9a 100644 --- a/src/output/Soapy.cpp +++ b/src/output/Soapy.cpp @@ -345,7 +345,7 @@ void Soapy::transmit_frame(const struct FrameData& frame) int ret_deact = m_device->deactivateStream(m_tx_stream); if (ret_deact != 0) { throw std::runtime_error( - string("Soapy activate TX stream failed: ") + + string("Soapy deactivate TX stream failed: ") + SoapySDR::errToStr(ret_deact)); } m_tx_stream_active = false; |