log thread starts

This commit is contained in:
Glenn Maynard
2004-08-12 05:43:54 +00:00
parent fa9b61a9d6
commit 362cb13072
+1
View File
@@ -228,6 +228,7 @@ void RageThread::Create( int (*fn)(void *), void *data )
strcpy( m_pSlot->name, name.c_str() );
}
LOG->Trace( "Starting thread: %s", name.c_str() );
sprintf( m_pSlot->ThreadFormattedOutput, "Thread: %s", name.c_str() );
/* Start a thread using our own startup function. We pass the id to fill in,