diff --git a/stepmania/src/RageThreads.cpp b/stepmania/src/RageThreads.cpp index 065bdfaf35..ebc9226c54 100644 --- a/stepmania/src/RageThreads.cpp +++ b/stepmania/src/RageThreads.cpp @@ -800,8 +800,8 @@ void RageMutex::MarkLockedMutex() * then we have an inconsistent lock order. */ if( g_MutexesBefore[mutex->m_UniqueID][this->m_UniqueID] ) { - LOG->Warn( "Mutex lock inconsistency: mutex \"%s\" must be locked before \"%s\"", - this->GetName().c_str(), mutex->GetName().c_str() ); +// LOG->Warn( "Mutex lock inconsistency: mutex \"%s\" must be locked before \"%s\"", +// this->GetName().c_str(), mutex->GetName().c_str() ); break; }