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