Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
[tpg/acess2.git] / KernelLand / Kernel / semaphore.c
index 2417473..1111967 100644 (file)
@@ -82,7 +82,7 @@ int Semaphore_Wait(tSemaphore *Sem, int MaxToTake)
                Threads_int_WaitForStatusEnd( THREAD_STAT_SEMAPHORESLEEP );
                // We're only woken when there's something avaliable (or a signal arrives)
                #if DEBUG_TRACE_STATE || SEMAPHORE_DEBUG
-               Log("Semaphore %p %s:%s woken", Sem, Sem->ModName, Sem->Name);
+               Log("Semaphore %p %s:%s woken from wait", Sem, Sem->ModName, Sem->Name);
                #endif
                us->WaitPointer = NULL;
                

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