[hamradio-commits] [gnss-sdr] 301/303: Fix glog usage

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Mon Feb 13 22:36:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit 004d724175539f54c8285e0c84cc6ea48f8eb298
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Mon Feb 13 21:57:58 2017 +0100

    Fix glog usage
---
 src/algorithms/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 d10af4d..2c7a641 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();
             }
         }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list