mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-25 21:38:59 +02:00
Better formatting for not found terrains ID's
This commit is contained in:
parent
3cf1e3b4d4
commit
5f8cfadc4d
@ -293,7 +293,7 @@ void ObjectTemplate::readJson(const JsonNode &node, const bool withTerrain)
|
||||
}
|
||||
catch (const std::out_of_range & )
|
||||
{
|
||||
logGlobal->warn("Failed to find terrain %s for object %s", entry.String(), animationFile);
|
||||
logGlobal->warn("Failed to find terrain '%s' for object '%s'", entry.String(), animationFile);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user