Add debug message

This commit is contained in:
Baptiste Wicht 2018-03-28 09:09:26 +02:00
parent fffdc5606a
commit cd5ccc2867

View File

@ -695,6 +695,8 @@ void scheduler::init(){
}
void scheduler::start(){
logging::log(logging::log_level::TRACE, "scheduler: starting\n");
// TODO The current_pid should be set dynamically to the task in the list
// with highest priority