dont print warning message

This commit is contained in:
Jeff Hill
2000-08-31 00:40:10 +00:00
parent 2a4fb01af5
commit cb776300f0

View File

@@ -32,9 +32,7 @@ recvProcessThread::recvProcessThread (cac *pcacIn) :
recvProcessThread::~recvProcessThread ()
{
this->signalShutDown ();
while ( ! this->exit.wait ( 10.0 ) ) {
errlogPrintf ("recvProcessThread::~recvProcessThread (): Warning, thread object destroyed before thread exit \n");
}
this->exit.wait ();
}
void recvProcessThread::entryPoint ()