add warning

This commit is contained in:
Glenn Maynard
2005-04-25 21:14:37 +00:00
parent 904fd6a316
commit 9345d3a29e
+3
View File
@@ -68,6 +68,9 @@ bool WorkerThread::DoRequest( int iRequest )
ASSERT( !m_bTimedOut );
ASSERT( m_iRequest == REQ_NONE );
if( m_Timeout.IsZero() )
LOG->Warn( "Request made with timeout disabled" );
/* Set the request, and wake up the worker thread. */
m_WorkerEvent.Lock();