diff --git a/lib/spells/ObstacleCasterProxy.cpp b/lib/spells/ObstacleCasterProxy.cpp index 874871ec5..8909fd17e 100644 --- a/lib/spells/ObstacleCasterProxy.cpp +++ b/lib/spells/ObstacleCasterProxy.cpp @@ -71,7 +71,8 @@ SilentCaster::SilentCaster(PlayerColor owner_, const Caster * hero_): void SilentCaster::getCasterName(MetaString & text) const { - logGlobal->error("Unexpected call to SilentCaster::getCasterName"); + // NOTE: can be triggered (for example) if creature steps into Tower mines/moat while hero has Recanter's Cloak + logGlobal->debug("Unexpected call to SilentCaster::getCasterName"); } void SilentCaster::getCastDescription(const Spell * spell, const std::vector & attacked, MetaString & text) const