Skip to content
Snippets Groups Projects
Commit d8e67b7e authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add debug msg for processing step

parent fb434fba
No related branches found
No related tags found
1 merge request!314Resolve "advanceDerived() badly placed"
Pipeline #4205 passed
...@@ -159,6 +159,8 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr) ...@@ -159,6 +159,8 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr)
} }
case RUNNING_WITHOUT_PACK : case RUNNING_WITHOUT_PACK :
{ {
WOLF_DEBUG( "PT ", getName(), " RUNNING_WITHOUT_PACK");
processKnown(); processKnown();
if (voteForKeyFrame() && permittedKeyFrame()) if (voteForKeyFrame() && permittedKeyFrame())
......
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