Skip to content

Commit

Permalink
Updates GenericRandomErrorPlugin message (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz authored Feb 23, 2024
1 parent 957ddc5 commit fa0f84e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void LoadResponses()
if (configResponses is not null)
{
_configuration.Responses = configResponses;
_logger.LogInformation("Error responses for {configResponseCount} url patterns loaded from {errorFile}", configResponses.Count(), _configuration.ErrorsFile);
_logger.LogInformation("{configResponseCount} error responses loaded from {errorFile}", configResponses.Count(), _configuration.ErrorsFile);
}
}
}
Expand Down

0 comments on commit fa0f84e

Please sign in to comment.