Cleaned some printfs in mm0

This commit is contained in:
Bahadir Balban
2009-05-14 15:15:30 +03:00
parent 3e91be04d2
commit e6a81b0783
2 changed files with 3 additions and 2 deletions

View File

@@ -633,7 +633,8 @@ int task_start(struct tcb *task)
};
/* Start the thread */
printf("%s: Starting task with thread id: %d, space id: %d\n", __TASKNAME__, task->tid, task->spid);
// printf("%s: Starting task with thread id: %d, space id: %d\n",
// __TASKNAME__, task->tid, task->spid);
if ((err = l4_thread_control(THREAD_RUN, &ids)) < 0) {
printf("l4_thread_control failed with %d\n", err);
return err;