General cleanup and bugfixes
[tpg/acess2.git] / KernelLand / Kernel / threads.c
index 8189cf4..6099621 100644 (file)
@@ -211,7 +211,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