Skip to content

Commit

Permalink
fix #6322
Browse files Browse the repository at this point in the history
  • Loading branch information
rtri committed Oct 15, 2019
1 parent bb9bf78 commit 76b614c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/Sim/Projectiles/ExplosionGenerator.cpp
Expand Up @@ -886,7 +886,7 @@ bool CCustomExplosionGenerator::Load(CExplosionGeneratorHandler* handler, const
if (CExpGenSpawnable::GetSpawnableMemberInfo(className, memberInfo)) { if (CExpGenSpawnable::GetSpawnableMemberInfo(className, memberInfo)) {
ParseExplosionCode(&psi, propIt.second, memberInfo, code); ParseExplosionCode(&psi, propIt.second, memberInfo, code);
} else { } else {
LOG_L(L_WARNING, "[CCEG::%s] %s: unknown tag %s::%s", __func__, tag, className.c_str(), propIt.first.c_str()); LOG_L(L_WARNING, "[CCEG::%s] unknown field %s::%s in spawn-table \"%s\" for CEG \"%s\"", __func__, tag, propIt.first.c_str(), spawnName.c_str(), className.c_str());
} }
} }


Expand Down

0 comments on commit 76b614c

Please sign in to comment.