This commit is contained in:
Eugene Sadovoi 2018-12-18 18:23:25 -05:00
Родитель 8559e232d3
Коммит a10b187708
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -66,7 +66,7 @@ namespace Unity.Microsoft.Logging
{
context.Existing = null == context.ParentContext
? LoggerFactory.CreateLogger(context.OriginalBuildKey.Name ?? string.Empty)
: LoggerFactory.CreateLogger(context.ParentContext.BuildKey.Type);
: LoggerFactory.CreateLogger(context.ParentContext.Type);
context.BuildComplete = true;
}