mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 05:13:59 +02:00
- bugfix for background crc thread shutdown
- more performance monitoring and better output of only warnings
This commit is contained in:
@@ -293,6 +293,9 @@ void FileCRCPreCacheThread::execute() {
|
||||
getQuitStatus() == false;) {
|
||||
sleep(25);
|
||||
}
|
||||
if(getQuitStatus() == true) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("\t\tStart Processing CRC for techName [%s]\n",techName.c_str());
|
||||
|
||||
@@ -326,6 +329,9 @@ void FileCRCPreCacheThread::execute() {
|
||||
getQuitStatus() == false;) {
|
||||
sleep(25);
|
||||
}
|
||||
if(getQuitStatus() == true) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("\t\t\tStart Processing CRC for factionName [%s]\n",factionName.c_str());
|
||||
|
||||
|
Reference in New Issue
Block a user