Skip to content
Snippets Groups Projects
Commit b5d88162 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

info->debug

parent 571e3bb1
No related branches found
No related tags found
2 merge requests!28release after RAL,!27After 2nd RAL submission
...@@ -164,12 +164,12 @@ void ProcessorTrackerGnss::preProcess() ...@@ -164,12 +164,12 @@ void ProcessorTrackerGnss::preProcess()
{ {
if(inc_snapshot->getSatellites().count(obs_sat.sat) == 0) if(inc_snapshot->getSatellites().count(obs_sat.sat) == 0)
{ {
WOLF_WARN("ProcessorTrackerGnss::preProcess(): Creating features of obs_sat ", obs_sat.sat , " satellite not found"); WOLF_DEBUG("ProcessorTrackerGnss::preProcess(): Creating features of obs_sat ", obs_sat.sat , " satellite not found");
continue; continue;
} }
if (inc_snapshot->getRanges().count(obs_sat.sat) == 0) if (inc_snapshot->getRanges().count(obs_sat.sat) == 0)
{ {
WOLF_WARN("ProcessorTrackerGnss::preProcess(): Creating features of obs_sat ", obs_sat.sat , " pseudorange not found"); WOLF_DEBUG("ProcessorTrackerGnss::preProcess(): Creating features of obs_sat ", obs_sat.sat , " pseudorange not found");
continue; continue;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment