mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 11:54:00 +02:00
Removed rare error message
This commit is contained in:
@@ -98,7 +98,7 @@ namespace Shared {
|
||||
if (masterThreadList.find(this) == masterThreadList.end()) {
|
||||
if (SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem, "In [%s::%s Line: %d] uniqueID [%s] ret [%d] END\n", __FILE__, __FUNCTION__, __LINE__, uniqueID.c_str(), ret);
|
||||
|
||||
printf("invalid thread delete for ptr: %p", this);
|
||||
//printf("invalid thread delete for ptr: %p", this);
|
||||
//throw game_runtime_error(szBuf);
|
||||
}
|
||||
if (SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem, "In [%s::%s Line: %d] uniqueID [%s] ret [%d] END\n", __FILE__, __FUNCTION__, __LINE__, uniqueID.c_str(), ret);
|
||||
|
Reference in New Issue
Block a user