disable for now

This commit is contained in:
Glenn Maynard
2004-03-21 09:17:42 +00:00
parent 9b22ac2eb6
commit 026908a3c2
+2 -2
View File
@@ -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;
}