Skip to content

Commit fa0f84e

Browse files
Updates GenericRandomErrorPlugin message (#578)
1 parent 957ddc5 commit fa0f84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-proxy-plugins/RandomErrors/GenericErrorResponsesLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void LoadResponses()
4242
if (configResponses is not null)
4343
{
4444
_configuration.Responses = configResponses;
45-
_logger.LogInformation("Error responses for {configResponseCount} url patterns loaded from {errorFile}", configResponses.Count(), _configuration.ErrorsFile);
45+
_logger.LogInformation("{configResponseCount} error responses loaded from {errorFile}", configResponses.Count(), _configuration.ErrorsFile);
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)