Disabled debug in binary loader and added sleeping message
[tpg/acess2.git] / Kernel / threads.c
index c89be3f..714b2b0 100644 (file)
@@ -352,7 +352,7 @@ void Threads_Sleep()
        tThread *cur = Proc_GetCurThread();
        tThread *thread;
        
-       //Log("Proc_Sleep: %i going to sleep", gCurrentThread->TID);
+       Log("Proc_Sleep: %i going to sleep", cur->TID);
        
        // Acquire Spinlock
        LOCK( &giThreadListLock );

UCC git Repository :: git.ucc.asn.au