sync: log TTI and TTI jumps before calling Stack thread

This commit is contained in:
Andre Puschmann 2020-11-26 13:29:52 +01:00
parent 346c07a9f2
commit 1de2abb5f7
1 changed files with 1 additions and 1 deletions

View File

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