diff --git a/stepmania/src/RageThreads.cpp b/stepmania/src/RageThreads.cpp index da8e1cd271..a5980ce21b 100644 --- a/stepmania/src/RageThreads.cpp +++ b/stepmania/src/RageThreads.cpp @@ -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,