Kernel/Threads - Added output to SetName to trace thread pool
authorJohn Hodge <[email protected]>
Tue, 2 Apr 2013 07:16:21 +0000 (15:16 +0800)
committerJohn Hodge <[email protected]>
Tue, 2 Apr 2013 07:16:21 +0000 (15:16 +0800)
KernelLand/Kernel/threads.c

index 007d16f..0961f8d 100644 (file)
@@ -216,7 +216,7 @@ int Threads_SetName(const char *NewName)
        if( IsHeap(oldname) )   free( oldname );        
        cur->ThreadName = strdup(NewName);
 
-//     Log_Debug("Threads", "Thread renamed to '%s'", NewName);        
+       Log_Debug("Threads", "Thread renamed to '%s'", NewName);        
 
        return 0;
 }

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