sync: log TTI and TTI jumps before calling Stack thread

master
Andre Puschmann 4 years ago
parent 346c07a9f2
commit 1de2abb5f7

@ -990,7 +990,7 @@ void sync::run_stack_tti()
}
// Run stack
Debug("run_stack_tti: calling stack\n");
Debug("run_stack_tti: calling stack tti=%d, tti_jump=%d\n", tti, tti_jump);
stack->run_tti(tti, tti_jump);
Debug("run_stack_tti: stack called\n");
}

Loading…
Cancel
Save