1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +02:00

Hidden unnecessary log.

This commit is contained in:
DjWarmonger 2016-06-05 10:25:52 +02:00
parent 053b342721
commit 4101cabc22

View File

@ -1579,7 +1579,7 @@ bool CRmgTemplateZone::createRequiredObjects(CMapGenerator* gen)
}
if (!connectPath(gen, accessibleOffset, true))
{
logGlobal->warnStream() << boost::format("Failed to create path to required object at position %s, retrying") % pos;
logGlobal->traceStream() << boost::format("Failed to create path to required object at position %s, retrying") % pos;
continue;
}
else