mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Hidden unnecessary log.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user