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:
parent
053b342721
commit
4101cabc22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user