mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
use logMod for all mod-related logging
This commit is contained in:
@ -183,7 +183,7 @@ CSkill * CSkillHandler::loadFromJson(const JsonNode & json, const std::string &
|
||||
|
||||
if(!skill)
|
||||
{
|
||||
logGlobal->error("unknown secondary skill %s", identifier);
|
||||
logMod->error("unknown secondary skill %s", identifier);
|
||||
throw std::runtime_error("invalid skill");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user