Skip to content

Commit bc178ea

Browse files
committed
Fix logging message
1 parent c418416 commit bc178ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevProxy.Plugins/Extensions/OpenApiDocumentExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public static string[] GetEffectiveScopes(this OpenApiOperation operation, OpenA
192192
}
193193
else
194194
{
195-
logger.LogDebug("No OAuth2 scheme '{SchemeName}' found in OpenAPI document", schemeName);
195+
logger.LogDebug("No OAuth2 '{SchemeName}' scheme found in OpenAPI document", schemeName);
196196
}
197197
return [];
198198
}

0 commit comments

Comments
 (0)