X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2Fproc.c;h=d468d11a215f3b64aaeb40d7f50cf2a19586219e;hb=ab4180ab19a5b2b096f137c3d56d771a70e159df;hp=336bcdb3e5a724da1ccb6627255bb95d05b99495;hpb=4e0a3e1ace04035d141302bd3a5daf287d3cfa31;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/proc.c b/Kernel/arch/x86/proc.c index 336bcdb3..d468d11a 100644 --- a/Kernel/arch/x86/proc.c +++ b/Kernel/arch/x86/proc.c @@ -298,7 +298,6 @@ int Proc_Clone(Uint *Err, Uint Flags) newThread->SavedState.EBP = ebp; eip = GetEIP(); if(eip == SWITCH_MAGIC) { - Log("Thread %i running", Proc_GetCurThread()->TID); outb(0x20, 0x20); // ACK Timer and return as child return 0; }