wait for errLog message to be sent

This commit is contained in:
Marty Kraimer
2000-06-30 17:46:34 +00:00
parent d50642026d
commit aebf0ceb9c

View File

@@ -79,5 +79,6 @@ void threadTest(int ntasks,int verbose)
threadShowAll(0);
threadSleep(5.0);
errlogPrintf("threadTest terminating\n");
threadSleep(.5);
errVerbose = errVerboseSave;
}