mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-10 23:48:04 +02:00
Hidden unnecessary log.
This commit is contained in:
parent
053b342721
commit
4101cabc22
@ -1579,7 +1579,7 @@ bool CRmgTemplateZone::createRequiredObjects(CMapGenerator* gen)
|
|||||||
}
|
}
|
||||||
if (!connectPath(gen, accessibleOffset, true))
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user