Skip to content

Commit

Permalink
Merge branch 'use_ilogger' of https://github.com/dawedawe/FSharp.Anal…
Browse files Browse the repository at this point in the history
…yzers.SDK into use_ilogger
  • Loading branch information
dawedawe committed Dec 12, 2023
2 parents 0d3d029 + ffadf7c commit a6b77ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Analyzers.SDK/FSharp.Analyzers.SDK.Client.fs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ type Client<'TAttribute, 'TContext when 'TAttribute :> AnalyzerAttribute and 'TC

if shouldExclude then
logger.LogInformation(
"Excludings{0} from {1}",
"Excluding {0} from {1}",
registeredAnalyzer.Name,
assembly.FullName
)
Expand Down

0 comments on commit a6b77ab

Please sign in to comment.