Browse Source

better logs

tags/Rel2
sebas77 6 years ago
parent
commit
ccdc03421a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Svelto.ECS/EntityFactory.cs

+ 1
- 1
Svelto.ECS/EntityFactory.cs View File

@@ -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
}


Loading…
Cancel
Save