Add forgotten report argument

This commit is contained in:
Phillip Stephens 2016-06-20 23:11:00 -07:00
parent ebd1fb5944
commit 117344defe
1 changed files with 1 additions and 1 deletions

View File

@ -1338,7 +1338,7 @@ CEntity* ScriptLoader::LoadSpacePirate(CStateManager& mgr, CInputStream& in,
if (animParms.GetCharacter() == 0)
{
Log.report(logvisor::Warning, "SpacePirate <%s> has AnimationInformation property with invalid character selected");
Log.report(logvisor::Warning, "SpacePirate <%s> has AnimationInformation property with invalid character selected", head.x0_name.c_str());
animParms.SetCharacter(2);
}