1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Logging cleanup

This commit is contained in:
AlexVinS
2017-08-10 19:39:27 +03:00
parent 18b8e1c7ad
commit 61e241308d
52 changed files with 188 additions and 188 deletions

View File

@@ -648,7 +648,7 @@ void CDrawTerrainOperation::updateTerrainTypes()
{
//if(!suitableTiles.empty())
//{
// logGlobal->debugStream() << "Clear suitables tiles.";
// logGlobal->debug("Clear suitables tiles.");
//}
invalidNativeTilesCnt = nativeTilesCntNorm;
@@ -730,7 +730,7 @@ void CDrawTerrainOperation::updateTerrainViews()
if(bestPattern == -1)
{
// This shouldn't be the case
logGlobal->warnStream() << boost::format("No pattern detected at pos '%s'.") % pos;
logGlobal->warn("No pattern detected at pos '%s'.", pos);
CTerrainViewPatternUtils::printDebuggingInfoAboutTile(map, pos);
continue;
}