diff --git a/KeepersCompound.Lightmapper/MeshBuilder.cs b/KeepersCompound.Lightmapper/MeshBuilder.cs index a4d3551..a63dd9f 100644 --- a/KeepersCompound.Lightmapper/MeshBuilder.cs +++ b/KeepersCompound.Lightmapper/MeshBuilder.cs @@ -118,7 +118,7 @@ public class MeshBuilder var modelPath = campaignResources.GetResourcePath(ResourceType.Object, modelName); if (modelPath == null) { - Log.Warning("Failed to find model file: {Path}", modelPath); + Log.Warning("Failed to find model file: {Name}", modelName); continue; }