add debug message to determine the task id of the tcpip thread

This commit is contained in:
Stefan Lankes 2011-11-29 00:16:56 -08:00
parent 7ed258a1fb
commit ef750e1c31

View file

@ -167,6 +167,8 @@ static void tcpip_init_done(void* arg)
{
sys_sem_t* sem = (sys_sem_t*)arg;
kprintf("LwIP's tcpip thread has task id %dn", per_core(current_task)->id);
sys_sem_signal(sem);
}
#endif