Kernel - Debugging
[tpg/acess2.git] / Kernel / messages.c
index ce23d6b..b70e078 100644 (file)
@@ -66,6 +66,7 @@ int Proc_SendMessage(Uint *Err, Uint Dest, int Length, void *Data)
        SHORTREL(&thread->IsLocked);
        
        SHORTLOCK(&glThreadListLock);
+       LOG("Waking %p (%i %s)", thread, thread->TID, thread->ThreadName);
        Threads_Wake( thread );
        SHORTREL(&glThreadListLock);
        

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