disable for now
This commit is contained in:
@@ -800,8 +800,8 @@ void RageMutex::MarkLockedMutex()
|
|||||||
* then we have an inconsistent lock order. */
|
* then we have an inconsistent lock order. */
|
||||||
if( g_MutexesBefore[mutex->m_UniqueID][this->m_UniqueID] )
|
if( g_MutexesBefore[mutex->m_UniqueID][this->m_UniqueID] )
|
||||||
{
|
{
|
||||||
LOG->Warn( "Mutex lock inconsistency: mutex \"%s\" must be locked before \"%s\"",
|
// LOG->Warn( "Mutex lock inconsistency: mutex \"%s\" must be locked before \"%s\"",
|
||||||
this->GetName().c_str(), mutex->GetName().c_str() );
|
// this->GetName().c_str(), mutex->GetName().c_str() );
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user