X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Fproc.c;h=6e9440091e1addc0cd93bb6d5d3bf10b150139ee;hb=df1d534cfe822903fc38e1cc13c4b18941c91908;hp=b677dfdb388b26e2c97ad9504a425690fa8eaf71;hpb=9c61cf12758c0977ee1dc5791cba638fd3437ba6;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/proc.c b/Kernel/arch/x86/proc.c index b677dfdb..6e944009 100644 --- a/Kernel/arch/x86/proc.c +++ b/Kernel/arch/x86/proc.c @@ -1001,8 +1001,9 @@ void Proc_Scheduler(int CPU) #if DEBUG_TRACE_SWITCH if(thread) { - Log("Switching to task %i, CR3 = 0x%x, EIP = %p", + Log("Switching to task %i(%s), CR3 = 0x%x, EIP = %p", thread->TID, + thread->ThreadName, thread->MemState.CR3, thread->SavedState.EIP );