From d2b13e08f8d6111b7f7e79a47a124fc47dd9433c Mon Sep 17 00:00:00 2001 From: sotech117 Date: Tue, 20 Feb 2024 18:23:50 +0000 Subject: make tests and fix bugs that the tests caught :) --- kernel/proc/kthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/proc/kthread.c') diff --git a/kernel/proc/kthread.c b/kernel/proc/kthread.c index 42beb77..46dd627 100644 --- a/kernel/proc/kthread.c +++ b/kernel/proc/kthread.c @@ -99,7 +99,7 @@ kthread_t *kthread_create(proc_t *proc, kthread_func_t func, long arg1, list_init(&new_thread->kt_mutexes); new_thread->kt_recent_core = 0; - dbg(DBG_THR, "SUCCESFULLY created a new thread with proc name=%s, id=%d\n", proc->p_name, proc->p_pid); + dbg(DBG_THR, "SUCCESFULLY created a new THREAD with proc name=%s, id=%d\n", proc->p_name, proc->p_pid); return new_thread; } -- cgit v1.2.3-70-g09d2