diff --git a/Svelto.ECS/EntityFactory.cs b/Svelto.ECS/EntityFactory.cs index 8fe024e..a7e1a19 100644 --- a/Svelto.ECS/EntityFactory.cs +++ b/Svelto.ECS/EntityFactory.cs @@ -136,7 +136,7 @@ namespace Svelto.ECS.Internal #if DEBUG && !PROFILER else { - Console.LogError(NULL_IMPLEMENTOR_ERROR.FastConcat(entityView.ToString())); + Console.LogError(NULL_IMPLEMENTOR_ERROR.FastConcat("Type ", entityDescriptorName, " entityView ", entityView.ToString())); } #endif }