Skip to content

Commit 0b8f79c

Browse files
Fixes the info message. Closes #784 (#789)
1 parent 8f689bb commit 0b8f79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-proxy-plugins/RequestLogs/ApiCenterOnboardingPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ private async Task AfterRecordingStop(object sender, RecordingArgs e)
232232

233233
async Task CreateApisInApiCenter(IEnumerable<IGrouping<string, (string method, string url)>> apisPerHost, Dictionary<string, string> generatedOpenApiSpecs)
234234
{
235-
Logger.LogInformation("{newLine}Creating new API entries in API Center...", Environment.NewLine);
235+
Logger.LogInformation("Creating new API entries in API Center...");
236236

237237
foreach (var apiPerHost in apisPerHost)
238238
{

0 commit comments

Comments
 (0)