fixes error logging
This commit is contained in:
@@ -218,7 +218,7 @@ namespace Umbraco.Web.Compose
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.Error<InstructionProcessTask>("Failed (will repeat).", e);
|
||||
_logger.Error<InstructionProcessTask>(e, "Failed (will repeat).");
|
||||
}
|
||||
return true; // repeat
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user