From ccdc03421acc78a0a2c69b00a4ec776a1954e5b1 Mon Sep 17 00:00:00 2001 From: sebas77 Date: Sat, 31 Mar 2018 23:07:57 +0100 Subject: [PATCH] better logs --- Svelto.ECS/EntityFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }