Fix glog usage

This commit is contained in:
Carles Fernandez 2017-02-13 21:57:58 +01:00
parent 10a12c155e
commit 004d724175
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
}