From 004d724175539f54c8285e0c84cc6ea48f8eb298 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Mon, 13 Feb 2017 21:57:58 +0100 Subject: [PATCH] Fix glog usage --- .../observables/gnuradio_blocks/gps_l1_ca_observables_cc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/observables/gnuradio_blocks/gps_l1_ca_observables_cc.cc b/src/algorithms/observables/gnuradio_blocks/gps_l1_ca_observables_cc.cc index d10af4ddb..2c7a64170 100644 --- a/src/algorithms/observables/gnuradio_blocks/gps_l1_ca_observables_cc.cc +++ b/src/algorithms/observables/gnuradio_blocks/gps_l1_ca_observables_cc.cc @@ -262,7 +262,7 @@ int gps_l1_ca_observables_cc::general_work (int noutput_items, gr_vector_int &ni } catch (const std::ifstream::failure& e) { - LOG(WARNING) << "Exception writing observables dump file " << e.what() << std::endl; + LOG(WARNING) << "Exception writing observables dump file " << e.what(); } }