Commit of suggestion to community PR #6617 that I was unable to directly push back to due to their repo permissions

This commit is contained in:
Warren Buckley
2020-01-03 15:35:07 +00:00
parent 7c53fd4677
commit 8b51b7f7ab

View File

@@ -51,7 +51,7 @@ namespace Umbraco.Core.Composing
}
catch (Exception ex)
{
_logger.Error(componentType, ex, "Error while terminating component.");
_logger.Error(componentType, ex, "Error while terminating component {ComponentType}.", componentType.FullName);
}
}
}