Skip to content

Commit

Permalink
Fix glog usage
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Feb 13, 2017
1 parent 10a12c1 commit 004d724
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

Expand Down

0 comments on commit 004d724

Please sign in to comment.