From afb7d71c09b4232c86ca7a86a708e9a4600ffd54 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 13 Oct 2018 11:05:54 +0200 Subject: [PATCH] Move comment to log --- .../observables/gnuradio_blocks/hybrid_observables_cc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc b/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc index cb5468af0..81d385cf5 100644 --- a/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc +++ b/src/algorithms/observables/gnuradio_blocks/hybrid_observables_cc.cc @@ -484,7 +484,7 @@ int hybrid_observables_cc::general_work(int noutput_items __attribute__((unused) if (T_rx_clock_step_samples == 0) { T_rx_clock_step_samples = std::round(static_cast(in[d_nchannels_in - 1][0].fs) * 1e-3); // 1 ms - std::cout << "Observables clock step samples set to " << T_rx_clock_step_samples << std::endl; + LOG(INFO) << "Observables clock step samples set to " << T_rx_clock_step_samples; usleep(1000000); }