Remove LogWarning<T> from LoggerExtensions
This commit is contained in:
@@ -78,7 +78,7 @@ namespace Umbraco.Web.BackOffice.Controllers
|
||||
// get the property editor
|
||||
if (propertyDto.PropertyEditor == null)
|
||||
{
|
||||
Logger.LogWarning<ContentControllerBase>("No property editor found for property {PropertyAlias}", propertyDto.Alias);
|
||||
Logger.LogWarning("No property editor found for property {PropertyAlias}", propertyDto.Alias);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user