- more logging to track down cold's issue

This commit is contained in:
Mark Vejvoda
2012-07-06 23:06:00 +00:00
parent e8288e9c42
commit ada5f2cdce

View File

@@ -95,6 +95,7 @@ ServerLine::ServerLine(MasterServerInfo *mServerInfo, int lineIndex, int baseY,
//loadingTexture = renderer.newTexture2D(rsGlobal); //loadingTexture = renderer.newTexture2D(rsGlobal);
countryTexture->setMipmap(true); countryTexture->setMipmap(true);
//loadingTexture->getPixmap()->load(filepath); //loadingTexture->getPixmap()->load(filepath);
if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d] logoFile [%s]\n",__FILE__,__FUNCTION__,__LINE__,logoFile.c_str());
countryTexture->load(logoFile); countryTexture->load(logoFile);
if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__); if(SystemFlags::getSystemSettingType(SystemFlags::debugSystem).enabled) SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);