mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
use logMod for all mod-related logging
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
||||
|
||||
if (raw_id < 0 || raw_id >= objects.size())
|
||||
{
|
||||
logGlobal->error("%s id %d is invalid", getTypeName(), static_cast<si64>(raw_id));
|
||||
logMod->error("%s id %d is invalid", getTypeName(), static_cast<si64>(raw_id));
|
||||
throw std::runtime_error("internal error");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user