From 117344defead04f82499a77a60323c30f9431045 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Mon, 20 Jun 2016 23:11:00 -0700 Subject: [PATCH] Add forgotten report argument --- Runtime/World/ScriptLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/World/ScriptLoader.cpp b/Runtime/World/ScriptLoader.cpp index f88a3c475..e3790914a 100644 --- a/Runtime/World/ScriptLoader.cpp +++ b/Runtime/World/ScriptLoader.cpp @@ -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); }