kernel: convert some verbose log messages to trace messages
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
|
||||
extern kern_status_t sys_task_exit(int status)
|
||||
{
|
||||
#if defined(TRACE)
|
||||
struct task *self = current_task();
|
||||
printk("%s[%d]: task_exit(%d)", self->t_name, self->t_id, status);
|
||||
#endif
|
||||
task_exit(status);
|
||||
return KERN_FATAL_ERROR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user