diff --git a/ECS/EntityDescriptor.cs b/ECS/EntityDescriptor.cs index 2cfd757..b82e01c 100644 --- a/ECS/EntityDescriptor.cs +++ b/ECS/EntityDescriptor.cs @@ -34,7 +34,7 @@ namespace Svelto.ECS var implementor = implementors[index]; if (implementor == null) Utility.Console.LogWarning( - "Null implementor, are you using a wild GetComponents to fetch it?"); + "Null implementor, are you using a wild GetComponents to fetch it? ").FastConcat(ToString())); else { if (implementor is IRemoveEntityComponent)