diff --git a/src/algorithms/signal_source/adapters/ad9361_fpga_signal_source.cc b/src/algorithms/signal_source/adapters/ad9361_fpga_signal_source.cc index 1b3b707f9..c857efa3e 100644 --- a/src/algorithms/signal_source/adapters/ad9361_fpga_signal_source.cc +++ b/src/algorithms/signal_source/adapters/ad9361_fpga_signal_source.cc @@ -129,7 +129,7 @@ Ad9361FpgaSignalSource::~Ad9361FpgaSignalSource() } catch (const std::exception& e) { - LOW(WARNING) << "Problem closing the Ad9361FpgaSignalSource: " << e.what(); + LOG(WARNING) << "Problem closing the Ad9361FpgaSignalSource: " << e.what(); } }