Skip to content

Commit 6655096

Browse files
authored
Remove duplicate word from output. Closes #476 (#478)
1 parent 0c62ad1 commit 6655096

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
@@ -41,7 +41,7 @@ public void LoadResponses()
4141
if (configResponses is not null)
4242
{
4343
_configuration.Responses = configResponses;
44-
_logger.LogInfo($"Error responses for {configResponses.Count()} url patterns loaded from from {_configuration.ErrorsFile}");
44+
_logger.LogInfo($"Error responses for {configResponses.Count()} url patterns loaded from {_configuration.ErrorsFile}");
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)