Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Jul 30, 2023
1 parent 892d29e commit 2426e6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ private async Task SendRequestAsync(Uri uri, string name, string payloadContent)
}
catch (Exception exception)
{
_logger.LogError($"The failure notification for {name} has not executed successfully.", exception);
_logger.LogError(exception, $"The failure notification for {name} has not executed successfully.");
}
}

Expand Down

0 comments on commit 2426e6a

Please sign in to comment.