Remove LogError<T> from LoggerExtensions
This commit is contained in:
@@ -1628,7 +1628,7 @@ namespace Umbraco.Web.Editors
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogError<ContentController>(ex, "Could not update content sort order");
|
||||
Logger.LogError(ex, "Could not update content sort order");
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user